Html Css Color HEX #CC0A21 Fire Engine Red

📋 copy color: '#CC0A21'

red 204 ◦ green 10 ◦ blue 33

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

Shades of Fire Engine Red #CC0A21

Tints of Fire Engine Red #CC0A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 82.59%
G = 4.05%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC0A21 (or 0xCC0A21) is known color: Fire Engine Red. HEX triplet: CC, 0A and 21. RGB value is (204,10,33). Sum of RGB (Red+Green+Blue) = 204+10+33=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0A21 is #33F5DE. Grayscale: #464646. Windows color (decimal): -3405279 or 2165452. OLE color: 2165452.

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

Color convert

RGB 204 10 33 -
CMYK 0 0.95 0.84 0.2
HSL 352.89º 0.91% 0.42% -
HSV(B) 352.89º 0.95% 0.8% -
XYZ 25.28 13.16 2.65 -
YUV 70.63 106.77 223.13 -
System Red Green Blue C M Y K H S L
Decimal 204 10 33 0 0.95 0.84 0.2 352.89 0.91 0.42
Hex CC A 21 0 5F 54 14 161 5B 2A
Octal 314 12 41 0 137 124 24 541 133 52
Binary 11001100 1010 100001 0 1011111 1010100 10100 101100001 1011011 101010

Color Harmonies of #CC0A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0A21

Black with #CC0A21

Text Example


Text Example

White with #CC0A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0A21; }

 p { color: rgb(204,10,33); }

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

background-color css

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

 a { background-color: rgb(204,10,33); }

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

border-color css

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

 span { border-color: rgb(204,10,33); }

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