#CC1020

Color #CC1020 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CC1020

Tints of Fire Engine Red #CC1020

Color information

#CC1020 (or 0xCC1020) is unknown color: approx 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

RGB2041632-
CMYK00.920.840.2
HSL354.89º85.45%43.14%-
HSV(B)354.89º92.16%80%-
XYZ25.3513.312.6-
YUV74.04104.28220.7-

RGB Variations

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

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.70%
R=80.95%
G=6.35%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204163200.920.840.2354.8985.4543.14
HexCC102005C5414163552b
Octal314204001341242454312553
Binary1100110010000100000010111001010100101001011000111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>