Shades of Fire Engine Red #CC1517
Tints of Fire Engine Red #CC1517
RGB
CMYK
RGB Variations
Color information
#CC1517 (or 0xCC1517) is known color: Fire Engine Red. HEX triplet: CC, 15 and 17. RGB value is (204,21,23). Sum of RGB (Red+Green+Blue) = 204+21+23=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1517 is #33EAE8. Grayscale: #4C4C4C. Windows color (decimal): -3402473 or 1512908. OLE color: 1512908.
HSL color Cylindrical-coordinate representation of color #CC1517: hue angle of 359.34º degrees, saturation: 0.81, 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 #CC1517 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 23 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.2 |
| HSL | 359.34º | 0.81% | 0.44% | - |
| HSV(B) | 359.34º | 0.9% | 0.8% | - |
| XYZ | 25.32 | 13.44 | 2.07 | - |
| YUV | 75.95 | 98.13 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 23 | 0 | 0.90 | 0.89 | 0.2 | 359.34 | 0.81 | 0.44 |
| Hex | CC | 15 | 17 | 0 | 5A | 59 | 14 | 167 | 51 | 2C |
| Octal | 314 | 25 | 27 | 0 | 132 | 131 | 24 | 547 | 121 | 54 |
| Binary | 11001100 | 10101 | 10111 | 0 | 1011010 | 1011001 | 10100 | 101100111 | 1010001 | 101100 |
Color Harmonies of #CC1517
Complementary color
Monochromatic Colors of #CC1517
Black with #CC1517
Text Example
Text Example
White with #CC1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1517; }
p { color: rgb(204,21,23); }
H1.HeaderClassName
{
color: #CC1517;
}
.AnyTagClassName
{
color: #CC1517;
}
</style>
background-color css
<style>
a { background-color: #CC1517; }
a { background-color: rgb(204,21,23); }
div.DivClassName
{
background-color: #CC1517;
}
.BgClassName
{
background-color: #CC1517;
}
</style>
border-color css
<style>
span { border-color: #CC1517; }
span { border-color: rgb(204,21,23); }
td.TdClassName
{
border-color: #CC1517;
}
.TagClassName
{
border-color: #CC1517;
}
</style>