Html Css Color HEX #CC0D20 Fire Engine Red

📋 copy color: '#CC0D20'

red 204 ◦ green 13 ◦ blue 32

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

Shades of Fire Engine Red #CC0D20

Tints of Fire Engine Red #CC0D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.22%

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

R = 81.93%
G = 5.22%
B = 12.85%

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

#CC0D20 (or 0xCC0D20) is known color: Fire Engine Red. HEX triplet: CC, 0D and 20. RGB value is (204,13,32). Sum of RGB (Red+Green+Blue) = 204+13+32=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0D20 is #33F2DF. Grayscale: #484848. Windows color (decimal): -3404512 or 2100684. OLE color: 2100684.

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

Color convert

RGB 204 13 32 -
CMYK 0 0.94 0.84 0.2
HSL 354.03º 0.88% 0.43% -
HSV(B) 354.03º 0.94% 0.8% -
XYZ 25.31 13.23 2.59 -
YUV 72.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 204 13 32 0 0.94 0.84 0.2 354.03 0.88 0.43
Hex CC D 20 0 5E 54 14 162 58 2B
Octal 314 15 40 0 136 124 24 542 130 53
Binary 11001100 1101 100000 0 1011110 1010100 10100 101100010 1011000 101011

Color Harmonies of #CC0D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0D20

Black with #CC0D20

Text Example


Text Example

White with #CC0D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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