Html Css Color HEX #CC1020 Fire Engine Red

📋 copy color: '#CC1020'

red 204 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #CC1020

Tints of Fire Engine Red #CC1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 80.95%
G = 6.35%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC1020 (or 0xCC1020) is known color: Fire Engine Red. HEX triplet: CC, 10 and 20. RGB value is (204,16,32). Sum of RGB (Red+Green+Blue) = 204+16+32=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1020 is #33EFDF. Grayscale: #4A4A4A. Windows color (decimal): -3403744 or 2101452. OLE color: 2101452.

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

Color convert

RGB 204 16 32 -
CMYK 0 0.92 0.84 0.2
HSL 354.89º 0.85% 0.43% -
HSV(B) 354.89º 0.92% 0.8% -
XYZ 25.35 13.31 2.6 -
YUV 74.04 104.28 220.7 -
System Red Green Blue C M Y K H S L
Decimal 204 16 32 0 0.92 0.84 0.2 354.89 0.85 0.43
Hex CC 10 20 0 5C 54 14 163 55 2B
Octal 314 20 40 0 134 124 24 543 125 53
Binary 11001100 10000 100000 0 1011100 1010100 10100 101100011 1010101 101011

Color Harmonies of #CC1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1020

Black with #CC1020

Text Example


Text Example

White with #CC1020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1020; }

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

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

background-color css

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

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

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

border-color css

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

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

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