#CC092B

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

Shades of Fire Engine Red #CC092B

Tints of Fire Engine Red #CC092B

Color information

#CC092B (or 0xCC092B) is unknown color: approx Fire Engine Red. HEX triplet: CC, 09 and 2B. RGB value is (204,9,43). Sum of RGB (Red+Green+Blue) = 204+9+43=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC092B is #33F6D4. Grayscale: #474747. Windows color (decimal): -3405525 or 2820556. OLE color: 2820556.

HSL color Cylindrical-coordinate representation of color #CC092B: hue angle of 349.54º 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 #CC092B is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB204943-
CMYK00.960.790.2
HSL349.54º91.55%41.76%-
HSV(B)349.54º95.59%80%-
XYZ25.4413.213.49-
YUV71.18112.1222.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 79.69%
GREEN value IS 9 (3.91% from 255) = 3.52%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=79.69%
G=3.52%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20494300.960.790.2349.5491.5541.76
HexCC92B0604F1415e5c2a
Octal314115301401172453613452
Binary110011001001101011011000001001111101001010111101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC092B; }

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

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

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

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

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

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

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

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