Shades of Fire Engine Red #CC1820
Tints of Fire Engine Red #CC1820
RGB
CMYK
RGB Variations
Color information
#CC1820 (or 0xCC1820) is known color: Fire Engine Red. HEX triplet: CC, 18 and 20. RGB value is (204,24,32). Sum of RGB (Red+Green+Blue) = 204+24+32=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1820 is #33E7DF. Grayscale: #4E4E4E. Windows color (decimal): -3401696 or 2103500. OLE color: 2103500.
HSL color Cylindrical-coordinate representation of color #CC1820: hue angle of 357.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1820 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 32 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.2 |
| HSL | 357.33º | 0.79% | 0.45% | - |
| HSV(B) | 357.33º | 0.88% | 0.8% | - |
| XYZ | 25.49 | 13.59 | 2.65 | - |
| YUV | 78.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 32 | 0 | 0.88 | 0.84 | 0.2 | 357.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 20 | 0 | 58 | 54 | 14 | 165 | 4F | 2D |
| Octal | 314 | 30 | 40 | 0 | 130 | 124 | 24 | 545 | 117 | 55 |
| Binary | 11001100 | 11000 | 100000 | 0 | 1011000 | 1010100 | 10100 | 101100101 | 1001111 | 101101 |
Color Harmonies of #CC1820
Complementary color
Monochromatic Colors of #CC1820
Black with #CC1820
Text Example
Text Example
White with #CC1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1820; }
p { color: rgb(204,24,32); }
H1.HeaderClassName
{
color: #CC1820;
}
.AnyTagClassName
{
color: #CC1820;
}
</style>
background-color css
<style>
a { background-color: #CC1820; }
a { background-color: rgb(204,24,32); }
div.DivClassName
{
background-color: #CC1820;
}
.BgClassName
{
background-color: #CC1820;
}
</style>
border-color css
<style>
span { border-color: #CC1820; }
span { border-color: rgb(204,24,32); }
td.TdClassName
{
border-color: #CC1820;
}
.TagClassName
{
border-color: #CC1820;
}
</style>