#CC1222

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

Shades of Fire Engine Red #CC1222

Tints of Fire Engine Red #CC1222

Color information

#CC1222 (or 0xCC1222) is unknown color: approx Fire Engine Red. HEX triplet: CC, 12 and 22. RGB value is (204,18,34). Sum of RGB (Red+Green+Blue) = 204+18+34=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1222 is #33EDDD. Grayscale: #4B4B4B. Windows color (decimal): -3403230 or 2233036. OLE color: 2233036.

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

Color convert

RGB2041834-
CMYK00.910.830.2
HSL354.84º83.78%43.53%-
HSV(B)354.84º91.18%80%-
XYZ25.4113.392.76-
YUV75.44104.62219.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 79.69%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 34 (13.67% from 255) = 13.28%
R=79.69%
G=7.03%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204183400.910.830.2354.8483.7843.53
HexCC122205B5314163542c
Octal314224201331232454312454
Binary1100110010010100010010110111010011101001011000111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1222; }

 p { color: rgb(204,18,34); }

 H1.HeaderClassName
 {
   color: #CC1222;
 }
 .AnyTagClassName
 {
   color: #CC1222;
 }
</style>
background-color css

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

 a { background-color: rgb(204,18,34); }

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

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

 span { border-color: rgb(204,18,34); }

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