Html Css Color HEX #CC2428 Fire Engine Red

📋 copy color: '#CC2428'

red 204 ◦ green 36 ◦ blue 40

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

Shades of Fire Engine Red #CC2428

Tints of Fire Engine Red #CC2428

RGB

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

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

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

R = 72.86%
G = 12.86%
B = 14.29%

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

#CC2428 (or 0xCC2428) is known color: Fire Engine Red. HEX triplet: CC, 24 and 28. RGB value is (204,36,40). Sum of RGB (Red+Green+Blue) = 204+36+40=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2428 is #33DBD7. Grayscale: #565656. Windows color (decimal): -3398616 or 2630860. OLE color: 2630860.

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

Color convert

RGB 204 36 40 -
CMYK 0 0.82 0.80 0.2
HSL 358.57º 0.7% 0.47% -
HSV(B) 358.57º 0.82% 0.8% -
XYZ 25.92 14.25 3.39 -
YUV 86.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 204 36 40 0 0.82 0.80 0.2 358.57 0.7 0.47
Hex CC 24 28 0 52 50 14 167 46 2F
Octal 314 44 50 0 122 120 24 547 106 57
Binary 11001100 100100 101000 0 1010010 1010000 10100 101100111 1000110 101111

Color Harmonies of #CC2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2428

Black with #CC2428

Text Example


Text Example

White with #CC2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2428; }

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

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

background-color css

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

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

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

border-color css

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

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

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