Html Css Color HEX #CC0828 Fire Engine Red

📋 copy color: '#CC0828'

red 204 ◦ green 8 ◦ blue 40

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

Shades of Fire Engine Red #CC0828

Tints of Fire Engine Red #CC0828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 80.95%
G = 3.17%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC0828 (or 0xCC0828) is known color: Fire Engine Red. HEX triplet: CC, 08 and 28. RGB value is (204,8,40). Sum of RGB (Red+Green+Blue) = 204+8+40=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0828 is #33F7D7. Grayscale: #464646. Windows color (decimal): -3405784 or 2623692. OLE color: 2623692.

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

Color convert

RGB 204 8 40 -
CMYK 0 0.96 0.80 0.2
HSL 350.2º 0.92% 0.42% -
HSV(B) 350.2º 0.96% 0.8% -
XYZ 25.37 13.16 3.21 -
YUV 70.25 110.93 223.4 -
System Red Green Blue C M Y K H S L
Decimal 204 8 40 0 0.96 0.80 0.2 350.2 0.92 0.42
Hex CC 8 28 0 60 50 14 15E 5C 2A
Octal 314 10 50 0 140 120 24 536 134 52
Binary 11001100 1000 101000 0 1100000 1010000 10100 101011110 1011100 101010

Color Harmonies of #CC0828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0828

Black with #CC0828

Text Example


Text Example

White with #CC0828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0828; }

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

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

background-color css

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

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

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

border-color css

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

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

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