#CC092C

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

Shades of Fire Engine Red #CC092C

Tints of Fire Engine Red #CC092C

Color information

#CC092C (or 0xCC092C) is unknown color: approx Fire Engine Red. HEX triplet: CC, 09 and 2C. RGB value is (204,9,44). Sum of RGB (Red+Green+Blue) = 204+9+44=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC092C is #33F6D3. Grayscale: #474747. Windows color (decimal): -3405524 or 2886092. OLE color: 2886092.

HSL color Cylindrical-coordinate representation of color #CC092C: hue angle of 349.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC092C is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB204944-
CMYK00.960.780.2
HSL349.23º91.55%41.76%-
HSV(B)349.23º95.59%80%-
XYZ25.4513.213.59-
YUV71.3112.6222.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 79.38%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=79.38%
G=3.50%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20494400.960.780.2349.2391.5541.76
HexCC92C0604E1415d5c2a
Octal314115401401162453513452
Binary110011001001101100011000001001110101001010111011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC092C; }

 p { color: rgb(204,9,44); }

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

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

 a { background-color: rgb(204,9,44); }

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

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

 span { border-color: rgb(204,9,44); }

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