Html Css Color HEX #CC2528 Fire Engine Red

📋 copy color: '#CC2528'

red 204 ◦ green 37 ◦ blue 40

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

Shades of Fire Engine Red #CC2528

Tints of Fire Engine Red #CC2528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 72.6%
G = 13.17%
B = 14.23%

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

#CC2528 (or 0xCC2528) is known color: Fire Engine Red. HEX triplet: CC, 25 and 28. RGB value is (204,37,40). Sum of RGB (Red+Green+Blue) = 204+37+40=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2528 is #33DAD7. Grayscale: #575757. Windows color (decimal): -3398360 or 2631116. OLE color: 2631116.

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

Color convert

RGB 204 37 40 -
CMYK 0 0.82 0.80 0.2
HSL 358.92º 0.69% 0.47% -
HSV(B) 358.92º 0.82% 0.8% -
XYZ 25.95 14.31 3.4 -
YUV 87.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 204 37 40 0 0.82 0.80 0.2 358.92 0.69 0.47
Hex CC 25 28 0 52 50 14 167 45 2F
Octal 314 45 50 0 122 120 24 547 105 57
Binary 11001100 100101 101000 0 1010010 1010000 10100 101100111 1000101 101111

Color Harmonies of #CC2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2528

Black with #CC2528

Text Example


Text Example

White with #CC2528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2528; }

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

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

background-color css

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

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

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

border-color css

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

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

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