Html Css Color HEX #CC1928 Fire Engine Red

📋 copy color: '#CC1928'

red 204 ◦ green 25 ◦ blue 40

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

Shades of Fire Engine Red #CC1928

Tints of Fire Engine Red #CC1928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 75.84%
G = 9.29%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC1928 (or 0xCC1928) is known color: Fire Engine Red. HEX triplet: CC, 19 and 28. RGB value is (204,25,40). Sum of RGB (Red+Green+Blue) = 204+25+40=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1928 is #33E6D7. Grayscale: #505050. Windows color (decimal): -3401432 or 2628044. OLE color: 2628044.

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

Color convert

RGB 204 25 40 -
CMYK 0 0.88 0.80 0.2
HSL 354.97º 0.78% 0.45% -
HSV(B) 354.97º 0.88% 0.8% -
XYZ 25.63 13.69 3.3 -
YUV 80.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 204 25 40 0 0.88 0.80 0.2 354.97 0.78 0.45
Hex CC 19 28 0 58 50 14 163 4E 2D
Octal 314 31 50 0 130 120 24 543 116 55
Binary 11001100 11001 101000 0 1011000 1010000 10100 101100011 1001110 101101

Color Harmonies of #CC1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1928

Black with #CC1928

Text Example


Text Example

White with #CC1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1928; }

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

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

background-color css

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

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

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

border-color css

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

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

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