Shades of Fire Engine Red #CC1418
Tints of Fire Engine Red #CC1418
RGB
CMYK
RGB Variations
Color information
#CC1418 (or 0xCC1418) is known color: Fire Engine Red. HEX triplet: CC, 14 and 18. RGB value is (204,20,24). Sum of RGB (Red+Green+Blue) = 204+20+24=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1418 is #33EBE7. Grayscale: #4B4B4B. Windows color (decimal): -3402728 or 1578188. OLE color: 1578188.
HSL color Cylindrical-coordinate representation of color #CC1418: hue angle of 358.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1418 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 24 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.2 |
| HSL | 358.7º | 0.82% | 0.44% | - |
| HSV(B) | 358.7º | 0.9% | 0.8% | - |
| XYZ | 25.32 | 13.4 | 2.12 | - |
| YUV | 75.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 24 | 0 | 0.90 | 0.88 | 0.2 | 358.7 | 0.82 | 0.44 |
| Hex | CC | 14 | 18 | 0 | 5A | 58 | 14 | 167 | 52 | 2C |
| Octal | 314 | 24 | 30 | 0 | 132 | 130 | 24 | 547 | 122 | 54 |
| Binary | 11001100 | 10100 | 11000 | 0 | 1011010 | 1011000 | 10100 | 101100111 | 1010010 | 101100 |
Color Harmonies of #CC1418
Complementary color
Monochromatic Colors of #CC1418
Black with #CC1418
Text Example
Text Example
White with #CC1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1418; }
p { color: rgb(204,20,24); }
H1.HeaderClassName
{
color: #CC1418;
}
.AnyTagClassName
{
color: #CC1418;
}
</style>
background-color css
<style>
a { background-color: #CC1418; }
a { background-color: rgb(204,20,24); }
div.DivClassName
{
background-color: #CC1418;
}
.BgClassName
{
background-color: #CC1418;
}
</style>
border-color css
<style>
span { border-color: #CC1418; }
span { border-color: rgb(204,20,24); }
td.TdClassName
{
border-color: #CC1418;
}
.TagClassName
{
border-color: #CC1418;
}
</style>