Html Css Color HEX #CC1E29 Fire Engine Red

📋 copy color: '#CC1E29'

red 204 ◦ green 30 ◦ blue 41

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

Shades of Fire Engine Red #CC1E29

Tints of Fire Engine Red #CC1E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.91%

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

R = 74.18%
G = 10.91%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC1E29 (or 0xCC1E29) is known color: Fire Engine Red. HEX triplet: CC, 1E and 29. RGB value is (204,30,41). Sum of RGB (Red+Green+Blue) = 204+30+41=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1E29 is #33E1D6. Grayscale: #535353. Windows color (decimal): -3400151 or 2694860. OLE color: 2694860.

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

Color convert

RGB 204 30 41 -
CMYK 0 0.85 0.80 0.2
HSL 356.21º 0.74% 0.46% -
HSV(B) 356.21º 0.85% 0.8% -
XYZ 25.77 13.93 3.43 -
YUV 83.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 204 30 41 0 0.85 0.80 0.2 356.21 0.74 0.46
Hex CC 1E 29 0 55 50 14 164 4A 2E
Octal 314 36 51 0 125 120 24 544 112 56
Binary 11001100 11110 101001 0 1010101 1010000 10100 101100100 1001010 101110

Color Harmonies of #CC1E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E29

Black with #CC1E29

Text Example


Text Example

White with #CC1E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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