Html Css Color HEX #CC2429 Fire Engine Red

📋 copy color: '#CC2429'

red 204 ◦ green 36 ◦ blue 41

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

Shades of Fire Engine Red #CC2429

Tints of Fire Engine Red #CC2429

RGB

 RED value IS 204 (80.08% from 255) = 72.6%

 GREEN value IS 36 (14.45% from 255) = 12.81%

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 72.6%
G = 12.81%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC2429 (or 0xCC2429) is known color: Fire Engine Red. HEX triplet: CC, 24 and 29. RGB value is (204,36,41). Sum of RGB (Red+Green+Blue) = 204+36+41=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2429 is #33DBD6. Grayscale: #565656. Windows color (decimal): -3398615 or 2696396. OLE color: 2696396.

HSL color Cylindrical-coordinate representation of color #CC2429: hue angle of 358.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2429 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 41 -
CMYK 0 0.82 0.80 0.2
HSL 358.21º 0.7% 0.47% -
HSV(B) 358.21º 0.82% 0.8% -
XYZ 25.93 14.26 3.48 -
YUV 86.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 204 36 41 0 0.82 0.80 0.2 358.21 0.7 0.47
Hex CC 24 29 0 52 50 14 166 46 2F
Octal 314 44 51 0 122 120 24 546 106 57
Binary 11001100 100100 101001 0 1010010 1010000 10100 101100110 1000110 101111

Color Harmonies of #CC2429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2429

Black with #CC2429

Text Example


Text Example

White with #CC2429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2429; }

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

 H1.HeaderClassName
 {
   color: #CC2429;
 }
 .AnyTagClassName
 {
   color: #CC2429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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