#CB0C21

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

Shades of Fire Engine Red #CB0C21

Tints of Fire Engine Red #CB0C21

Color information

#CB0C21 (or 0xCB0C21) is unknown color: approx Fire Engine Red. HEX triplet: CB, 0C and 21. RGB value is (203,12,33). Sum of RGB (Red+Green+Blue) = 203+12+33=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C21 is #34F3DE. Grayscale: #474747. Windows color (decimal): -3470303 or 2165963. OLE color: 2165963.

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

Color convert

RGB2031233-
CMYK00.940.840.20
HSL353.4º88.84%42.16%-
HSV(B)353.4º94.09%79.61%-
XYZ25.0313.072.64-
YUV71.5106.28221.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 81.85%
GREEN value IS 12 (5.08% from 255) = 4.84%
BLUE value IS 33 (13.28% from 255) = 13.31%
R=81.85%
G=4.84%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203123300.940.840.20353.488.8442.16
HexCBC2105E5414161592a
Octal313144101361242454113152
Binary110010111100100001010111101010100101001011000011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0C21; }

 p { color: rgb(203,12,33); }

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

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

 a { background-color: rgb(203,12,33); }

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

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

 span { border-color: rgb(203,12,33); }

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