Html Css Color HEX #CC0628 Fire Engine Red

📋 copy color: '#CC0628'

red 204 ◦ green 6 ◦ blue 40

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

Shades of Fire Engine Red #CC0628

Tints of Fire Engine Red #CC0628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 81.6%
G = 2.4%
B = 16%

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

#CC0628 (or 0xCC0628) is known color: Fire Engine Red. HEX triplet: CC, 06 and 28. RGB value is (204,6,40). Sum of RGB (Red+Green+Blue) = 204+6+40=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0628 is #33F9D7. Grayscale: #454545. Windows color (decimal): -3406296 or 2623180. OLE color: 2623180.

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

Color convert

RGB 204 6 40 -
CMYK 0 0.97 0.80 0.2
HSL 349.7º 0.94% 0.41% -
HSV(B) 349.7º 0.97% 0.8% -
XYZ 25.35 13.12 3.2 -
YUV 69.08 111.6 224.24 -
System Red Green Blue C M Y K H S L
Decimal 204 6 40 0 0.97 0.80 0.2 349.7 0.94 0.41
Hex CC 6 28 0 61 50 14 15E 5E 29
Octal 314 6 50 0 141 120 24 536 136 51
Binary 11001100 110 101000 0 1100001 1010000 10100 101011110 1011110 101001

Color Harmonies of #CC0628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0628

Black with #CC0628

Text Example


Text Example

White with #CC0628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0628; }

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

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

background-color css

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

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

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

border-color css

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

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

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