Shades of Fire Engine Red #CC1218
Tints of Fire Engine Red #CC1218
RGB
CMYK
RGB Variations
Color information
#CC1218 (or 0xCC1218) is known color: Fire Engine Red. HEX triplet: CC, 12 and 18. RGB value is (204,18,24). Sum of RGB (Red+Green+Blue) = 204+18+24=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1218 is #33EDE7. Grayscale: #4A4A4A. Windows color (decimal): -3403240 or 1577676. OLE color: 1577676.
HSL color Cylindrical-coordinate representation of color #CC1218: hue angle of 358.06º 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 #CC1218 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 24 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.2 |
| HSL | 358.06º | 0.84% | 0.44% | - |
| HSV(B) | 358.06º | 0.91% | 0.8% | - |
| XYZ | 25.28 | 13.34 | 2.11 | - |
| YUV | 74.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 24 | 0 | 0.91 | 0.88 | 0.2 | 358.06 | 0.84 | 0.44 |
| Hex | CC | 12 | 18 | 0 | 5B | 58 | 14 | 166 | 54 | 2C |
| Octal | 314 | 22 | 30 | 0 | 133 | 130 | 24 | 546 | 124 | 54 |
| Binary | 11001100 | 10010 | 11000 | 0 | 1011011 | 1011000 | 10100 | 101100110 | 1010100 | 101100 |
Color Harmonies of #CC1218
Complementary color
Monochromatic Colors of #CC1218
Black with #CC1218
Text Example
Text Example
White with #CC1218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1218; }
p { color: rgb(204,18,24); }
H1.HeaderClassName
{
color: #CC1218;
}
.AnyTagClassName
{
color: #CC1218;
}
</style>
background-color css
<style>
a { background-color: #CC1218; }
a { background-color: rgb(204,18,24); }
div.DivClassName
{
background-color: #CC1218;
}
.BgClassName
{
background-color: #CC1218;
}
</style>
border-color css
<style>
span { border-color: #CC1218; }
span { border-color: rgb(204,18,24); }
td.TdClassName
{
border-color: #CC1218;
}
.TagClassName
{
border-color: #CC1218;
}
</style>