Shades of Fire Engine Red #CC1220
Tints of Fire Engine Red #CC1220
RGB
CMYK
RGB Variations
Color information
#CC1220 (or 0xCC1220) is known color: Fire Engine Red. HEX triplet: CC, 12 and 20. RGB value is (204,18,32). Sum of RGB (Red+Green+Blue) = 204+18+32=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1220 is #33EDDF. Grayscale: #4B4B4B. Windows color (decimal): -3403232 or 2101964. OLE color: 2101964.
HSL color Cylindrical-coordinate representation of color #CC1220: hue angle of 355.48º 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 #CC1220 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.2 |
| HSL | 355.48º | 0.84% | 0.44% | - |
| HSV(B) | 355.48º | 0.91% | 0.8% | - |
| XYZ | 25.38 | 13.37 | 2.61 | - |
| YUV | 75.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 32 | 0 | 0.91 | 0.84 | 0.2 | 355.48 | 0.84 | 0.44 |
| Hex | CC | 12 | 20 | 0 | 5B | 54 | 14 | 163 | 54 | 2C |
| Octal | 314 | 22 | 40 | 0 | 133 | 124 | 24 | 543 | 124 | 54 |
| Binary | 11001100 | 10010 | 100000 | 0 | 1011011 | 1010100 | 10100 | 101100011 | 1010100 | 101100 |
Color Harmonies of #CC1220
Complementary color
Monochromatic Colors of #CC1220
Black with #CC1220
Text Example
Text Example
White with #CC1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1220; }
p { color: rgb(204,18,32); }
H1.HeaderClassName
{
color: #CC1220;
}
.AnyTagClassName
{
color: #CC1220;
}
</style>
background-color css
<style>
a { background-color: #CC1220; }
a { background-color: rgb(204,18,32); }
div.DivClassName
{
background-color: #CC1220;
}
.BgClassName
{
background-color: #CC1220;
}
</style>
border-color css
<style>
span { border-color: #CC1220; }
span { border-color: rgb(204,18,32); }
td.TdClassName
{
border-color: #CC1220;
}
.TagClassName
{
border-color: #CC1220;
}
</style>