#cb201d

Color #CB201D Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #CB201D

Tints of Fire Brick #CB201D

Color information

#CB201D (or 0xCB201D) is unknown color: approx Fire Brick. HEX triplet: CB, 20 and 1D. RGB value is (203,32,29). Sum of RGB (Red+Green+Blue) = 203+32+29=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB201D is #34DFE2. Grayscale: #525252. Windows color (decimal): -3465187 or 1908939. OLE color: 1908939.

HSL color Cylindrical-coordinate representation of color #CB201D: hue angle of 1.03º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB201D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB2033229-
CMYK00.840.860.20
HSL1.03º75%45.49%-
HSV(B)1.03º85.71%79.61%-
XYZ25.3713.822.49-
YUV82.7997.65213.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 76.89%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 29 (11.72% from 255) = 10.98%
R=76.89%
G=12.12%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203322900.840.860.201.037545.49
HexCB201D054561414b2d
Octal3134035012412624111355
Binary11001011100000111010101010010101101010011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb201d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb201d; }

 p { color: rgb(203,32,29); }

 H1.HeaderClassName
 {
   color: #cb201d;
 }
 .AnyTagClassName
 {
   color: #cb201d;
 }
</style>
background-color css

<style>
 a { background-color: #cb201d; }

 a { background-color: rgb(203,32,29); }

 div.DivClassName
 {
   background-color: #cb201d;
 }
 .BgClassName
 {
   background-color: #cb201d;
 }
</style>
border-color css

<style>
 span { border-color: #cb201d; }

 span { border-color: rgb(203,32,29); }

 td.TdClassName
 {
   border-color: #cb201d;
 }
 .TagClassName
 {
   border-color: #cb201d;
 }
</style>