Html Css Color HEX #CC0C20 Fire Engine Red

📋 copy color: '#CC0C20'

red 204 ◦ green 12 ◦ blue 32

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

Shades of Fire Engine Red #CC0C20

Tints of Fire Engine Red #CC0C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.84%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 82.26%
G = 4.84%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC0C20 (or 0xCC0C20) is known color: Fire Engine Red. HEX triplet: CC, 0C and 20. RGB value is (204,12,32). Sum of RGB (Red+Green+Blue) = 204+12+32=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C20 is #33F3DF. Grayscale: #474747. Windows color (decimal): -3404768 or 2100428. OLE color: 2100428.

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

Color convert

RGB 204 12 32 -
CMYK 0 0.94 0.84 0.2
HSL 353.75º 0.89% 0.42% -
HSV(B) 353.75º 0.94% 0.8% -
XYZ 25.29 13.2 2.58 -
YUV 71.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 204 12 32 0 0.94 0.84 0.2 353.75 0.89 0.42
Hex CC C 20 0 5E 54 14 162 59 2A
Octal 314 14 40 0 136 124 24 542 131 52
Binary 11001100 1100 100000 0 1011110 1010100 10100 101100010 1011001 101010

Color Harmonies of #CC0C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C20

Black with #CC0C20

Text Example


Text Example

White with #CC0C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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