Html Css Color HEX #CC0929 Fire Engine Red

📋 copy color: '#CC0929'

red 204 ◦ green 9 ◦ blue 41

#CC0929
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CC0929

Tints of Fire Engine Red #CC0929

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 value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC0929 (or 0xCC0929) is known color: 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

RGB 204 9 41 -
CMYK 0 0.96 0.80 0.2
HSL 350.15º 0.92% 0.42% -
HSV(B) 350.15º 0.96% 0.8% -
XYZ 25.4 13.19 3.31 -
YUV 70.95 111.1 222.9 -
System Red Green Blue C M Y K H S L
Decimal 204 9 41 0 0.96 0.80 0.2 350.15 0.92 0.42
Hex CC 9 29 0 60 50 14 15E 5C 2A
Octal 314 11 51 0 140 120 24 536 134 52
Binary 11001100 1001 101001 0 1100000 1010000 10100 101011110 1011100 101010

Color Harmonies of #CC0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0929

Black with #CC0929

Text Example


Text Example

White with #CC0929

Text Example


Text Example

HTML Codes & Css Web 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>