Shades of Fire Engine Red #CC1524
Tints of Fire Engine Red #CC1524
RGB
CMYK
RGB Variations
Color information
#CC1524 (or 0xCC1524) is known color: Fire Engine Red. HEX triplet: CC, 15 and 24. RGB value is (204,21,36). Sum of RGB (Red+Green+Blue) = 204+21+36=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1524 is #33EADB. Grayscale: #4D4D4D. Windows color (decimal): -3402460 or 2364876. OLE color: 2364876.
HSL color Cylindrical-coordinate representation of color #CC1524: hue angle of 355.08º 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 #CC1524 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 36 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.2 |
| HSL | 355.08º | 0.81% | 0.44% | - |
| HSV(B) | 355.08º | 0.9% | 0.8% | - |
| XYZ | 25.49 | 13.5 | 2.93 | - |
| YUV | 77.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 36 | 0 | 0.90 | 0.82 | 0.2 | 355.08 | 0.81 | 0.44 |
| Hex | CC | 15 | 24 | 0 | 5A | 52 | 14 | 163 | 51 | 2C |
| Octal | 314 | 25 | 44 | 0 | 132 | 122 | 24 | 543 | 121 | 54 |
| Binary | 11001100 | 10101 | 100100 | 0 | 1011010 | 1010010 | 10100 | 101100011 | 1010001 | 101100 |
Color Harmonies of #CC1524
Complementary color
Monochromatic Colors of #CC1524
Black with #CC1524
Text Example
Text Example
White with #CC1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1524; }
p { color: rgb(204,21,36); }
H1.HeaderClassName
{
color: #CC1524;
}
.AnyTagClassName
{
color: #CC1524;
}
</style>
background-color css
<style>
a { background-color: #CC1524; }
a { background-color: rgb(204,21,36); }
div.DivClassName
{
background-color: #CC1524;
}
.BgClassName
{
background-color: #CC1524;
}
</style>
border-color css
<style>
span { border-color: #CC1524; }
span { border-color: rgb(204,21,36); }
td.TdClassName
{
border-color: #CC1524;
}
.TagClassName
{
border-color: #CC1524;
}
</style>