Html Css Color HEX #CC0728 Fire Engine Red

📋 copy color: '#CC0728'

red 204 ◦ green 7 ◦ blue 40

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

Shades of Fire Engine Red #CC0728

Tints of Fire Engine Red #CC0728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

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

R = 81.27%
G = 2.79%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC0728 (or 0xCC0728) is known color: Fire Engine Red. HEX triplet: CC, 07 and 28. RGB value is (204,7,40). Sum of RGB (Red+Green+Blue) = 204+7+40=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0728 is #33F8D7. Grayscale: #454545. Windows color (decimal): -3406040 or 2623436. OLE color: 2623436.

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

Color convert

RGB 204 7 40 -
CMYK 0 0.97 0.80 0.2
HSL 349.95º 0.93% 0.41% -
HSV(B) 349.95º 0.97% 0.8% -
XYZ 25.36 13.14 3.21 -
YUV 69.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 204 7 40 0 0.97 0.80 0.2 349.95 0.93 0.41
Hex CC 7 28 0 61 50 14 15E 5D 29
Octal 314 7 50 0 141 120 24 536 135 51
Binary 11001100 111 101000 0 1100001 1010000 10100 101011110 1011101 101001

Color Harmonies of #CC0728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0728

Black with #CC0728

Text Example


Text Example

White with #CC0728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0728; }

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

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

background-color css

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

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

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

border-color css

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

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

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