#CC0929

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

Shades of Fire Engine Red #CC0929

Tints of Fire Engine Red #CC0929

Color information

#CC0929 (or 0xCC0929) is unknown color: approx Fire Engine Red. HEX triplet: CC, 09 and 29. RGB value is (204,9,41). Sum of RGB (Red+Green+Blue) = 204+9+41=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0929 is #33F6D6. Grayscale: #474747. Windows color (decimal): -3405527 or 2689484. OLE color: 2689484.

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

Color convert

RGB204941-
CMYK00.960.800.2
HSL350.15º91.55%41.76%-
HSV(B)350.15º95.59%80%-
XYZ25.413.193.31-
YUV70.95111.1222.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 80.31%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 41 (16.41% from 255) = 16.14%
R=80.31%
G=3.54%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20494100.960.800.2350.1591.5541.76
HexCC929060501415e5c2a
Octal314115101401202453613452
Binary110011001001101001011000001010000101001010111101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0929; }

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

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

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

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

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

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

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

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