Html Css Color HEX #CC1924 Fire Engine Red

📋 copy color: '#CC1924'

red 204 ◦ green 25 ◦ blue 36

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

Shades of Fire Engine Red #CC1924

Tints of Fire Engine Red #CC1924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

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

R = 76.98%
G = 9.43%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC1924 (or 0xCC1924) is known color: Fire Engine Red. HEX triplet: CC, 19 and 24. RGB value is (204,25,36). Sum of RGB (Red+Green+Blue) = 204+25+36=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1924 is #33E6DB. Grayscale: #4F4F4F. Windows color (decimal): -3401436 or 2365900. OLE color: 2365900.

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

Color convert

RGB 204 25 36 -
CMYK 0 0.88 0.82 0.2
HSL 356.31º 0.78% 0.45% -
HSV(B) 356.31º 0.88% 0.8% -
XYZ 25.57 13.66 2.96 -
YUV 79.78 103.3 216.61 -
System Red Green Blue C M Y K H S L
Decimal 204 25 36 0 0.88 0.82 0.2 356.31 0.78 0.45
Hex CC 19 24 0 58 52 14 164 4E 2D
Octal 314 31 44 0 130 122 24 544 116 55
Binary 11001100 11001 100100 0 1011000 1010010 10100 101100100 1001110 101101

Color Harmonies of #CC1924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1924

Black with #CC1924

Text Example


Text Example

White with #CC1924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1924; }

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

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

background-color css

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

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

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

border-color css

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

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

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