Html Css Color HEX #CC1E24 Fire Engine Red

📋 copy color: '#CC1E24'

red 204 ◦ green 30 ◦ blue 36

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

Shades of Fire Engine Red #CC1E24

Tints of Fire Engine Red #CC1E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.33%

R = 75.56%
G = 11.11%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1E24 (or 0xCC1E24) is known color: Fire Engine Red. HEX triplet: CC, 1E and 24. RGB value is (204,30,36). Sum of RGB (Red+Green+Blue) = 204+30+36=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1E24 is #33E1DB. Grayscale: #525252. Windows color (decimal): -3400156 or 2367180. OLE color: 2367180.

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

Color convert

RGB 204 30 36 -
CMYK 0 0.85 0.82 0.2
HSL 357.93º 0.74% 0.46% -
HSV(B) 357.93º 0.85% 0.8% -
XYZ 25.68 13.89 3 -
YUV 82.71 101.65 214.51 -
System Red Green Blue C M Y K H S L
Decimal 204 30 36 0 0.85 0.82 0.2 357.93 0.74 0.46
Hex CC 1E 24 0 55 52 14 166 4A 2E
Octal 314 36 44 0 125 122 24 546 112 56
Binary 11001100 11110 100100 0 1010101 1010010 10100 101100110 1001010 101110

Color Harmonies of #CC1E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E24

Black with #CC1E24

Text Example


Text Example

White with #CC1E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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