Shades of Fire Engine Red #CC1520
Tints of Fire Engine Red #CC1520
RGB
CMYK
RGB Variations
Color information
#CC1520 (or 0xCC1520) is known color: Fire Engine Red. HEX triplet: CC, 15 and 20. RGB value is (204,21,32). Sum of RGB (Red+Green+Blue) = 204+21+32=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1520 is #33EADF. Grayscale: #4D4D4D. Windows color (decimal): -3402464 or 2102732. OLE color: 2102732.
HSL color Cylindrical-coordinate representation of color #CC1520: hue angle of 356.39º 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 #CC1520 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 32 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.2 |
| HSL | 356.39º | 0.81% | 0.44% | - |
| HSV(B) | 356.39º | 0.9% | 0.8% | - |
| XYZ | 25.43 | 13.48 | 2.63 | - |
| YUV | 76.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 32 | 0 | 0.90 | 0.84 | 0.2 | 356.39 | 0.81 | 0.44 |
| Hex | CC | 15 | 20 | 0 | 5A | 54 | 14 | 164 | 51 | 2C |
| Octal | 314 | 25 | 40 | 0 | 132 | 124 | 24 | 544 | 121 | 54 |
| Binary | 11001100 | 10101 | 100000 | 0 | 1011010 | 1010100 | 10100 | 101100100 | 1010001 | 101100 |
Color Harmonies of #CC1520
Complementary color
Monochromatic Colors of #CC1520
Black with #CC1520
Text Example
Text Example
White with #CC1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1520; }
p { color: rgb(204,21,32); }
H1.HeaderClassName
{
color: #CC1520;
}
.AnyTagClassName
{
color: #CC1520;
}
</style>
background-color css
<style>
a { background-color: #CC1520; }
a { background-color: rgb(204,21,32); }
div.DivClassName
{
background-color: #CC1520;
}
.BgClassName
{
background-color: #CC1520;
}
</style>
border-color css
<style>
span { border-color: #CC1520; }
span { border-color: rgb(204,21,32); }
td.TdClassName
{
border-color: #CC1520;
}
.TagClassName
{
border-color: #CC1520;
}
</style>