Shades of Fire Engine Red #CC1828
Tints of Fire Engine Red #CC1828
RGB
CMYK
RGB Variations
Color information
#CC1828 (or 0xCC1828) is known color: Fire Engine Red. HEX triplet: CC, 18 and 28. RGB value is (204,24,40). Sum of RGB (Red+Green+Blue) = 204+24+40=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1828 is #33E7D7. Grayscale: #4F4F4F. Windows color (decimal): -3401688 or 2627788. OLE color: 2627788.
HSL color Cylindrical-coordinate representation of color #CC1828: hue angle of 354.67º 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 #CC1828 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 40 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.2 |
| HSL | 354.67º | 0.79% | 0.45% | - |
| HSV(B) | 354.67º | 0.88% | 0.8% | - |
| XYZ | 25.61 | 13.64 | 3.29 | - |
| YUV | 79.64 | 105.63 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 40 | 0 | 0.88 | 0.80 | 0.2 | 354.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 28 | 0 | 58 | 50 | 14 | 163 | 4F | 2D |
| Octal | 314 | 30 | 50 | 0 | 130 | 120 | 24 | 543 | 117 | 55 |
| Binary | 11001100 | 11000 | 101000 | 0 | 1011000 | 1010000 | 10100 | 101100011 | 1001111 | 101101 |
Color Harmonies of #CC1828
Complementary color
Monochromatic Colors of #CC1828
Black with #CC1828
Text Example
Text Example
White with #CC1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1828; }
p { color: rgb(204,24,40); }
H1.HeaderClassName
{
color: #CC1828;
}
.AnyTagClassName
{
color: #CC1828;
}
</style>
background-color css
<style>
a { background-color: #CC1828; }
a { background-color: rgb(204,24,40); }
div.DivClassName
{
background-color: #CC1828;
}
.BgClassName
{
background-color: #CC1828;
}
</style>
border-color css
<style>
span { border-color: #CC1828; }
span { border-color: rgb(204,24,40); }
td.TdClassName
{
border-color: #CC1828;
}
.TagClassName
{
border-color: #CC1828;
}
</style>