Html Css Color HEX #CC2028 Fire Engine Red

📋 copy color: '#CC2028'

red 204 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #CC2028

Tints of Fire Engine Red #CC2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 73.91%
G = 11.59%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC2028 (or 0xCC2028) is known color: Fire Engine Red. HEX triplet: CC, 20 and 28. RGB value is (204,32,40). Sum of RGB (Red+Green+Blue) = 204+32+40=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2028 is #33DFD7. Grayscale: #545454. Windows color (decimal): -3399640 or 2629836. OLE color: 2629836.

HSL color Cylindrical-coordinate representation of color #CC2028: hue angle of 357.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2028 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 40 -
CMYK 0 0.84 0.80 0.2
HSL 357.21º 0.73% 0.46% -
HSV(B) 357.21º 0.84% 0.8% -
XYZ 25.8 14.02 3.35 -
YUV 84.34 102.98 213.35 -
System Red Green Blue C M Y K H S L
Decimal 204 32 40 0 0.84 0.80 0.2 357.21 0.73 0.46
Hex CC 20 28 0 54 50 14 165 49 2E
Octal 314 40 50 0 124 120 24 545 111 56
Binary 11001100 100000 101000 0 1010100 1010000 10100 101100101 1001001 101110

Color Harmonies of #CC2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2028

Black with #CC2028

Text Example


Text Example

White with #CC2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2028; }

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

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

background-color css

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

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

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

border-color css

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

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

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