#CC1216

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

Shades of Fire Engine Red #CC1216

Tints of Fire Engine Red #CC1216

Color information

#CC1216 (or 0xCC1216) is unknown color: approx Fire Engine Red. HEX triplet: CC, 12 and 16. RGB value is (204,18,22). Sum of RGB (Red+Green+Blue) = 204+18+22=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1216 is #33EDE9. Grayscale: #4A4A4A. Windows color (decimal): -3403242 or 1446604. OLE color: 1446604.

HSL color Cylindrical-coordinate representation of color #CC1216: hue angle of 358.71º 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 #CC1216 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB2041822-
CMYK00.910.890.2
HSL358.71º83.78%43.53%-
HSV(B)358.71º91.18%80%-
XYZ25.2613.332-
YUV74.0798.62220.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.61%
GREEN value IS 18 (7.42% from 255) = 7.38%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=83.61%
G=7.38%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204182200.910.890.2358.7183.7843.53
HexCC121605B5914167542c
Octal314222601331312454712454
Binary110011001001010110010110111011001101001011001111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1216; }

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

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

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

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

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

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

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

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