Shades of Fire Engine Red #CC1428
Tints of Fire Engine Red #CC1428
RGB
CMYK
RGB Variations
Color information
#CC1428 (or 0xCC1428) is known color: Fire Engine Red. HEX triplet: CC, 14 and 28. RGB value is (204,20,40). Sum of RGB (Red+Green+Blue) = 204+20+40=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC1428 is #33EBD7. Grayscale: #4D4D4D. Windows color (decimal): -3402712 or 2626764. OLE color: 2626764.
HSL color Cylindrical-coordinate representation of color #CC1428: hue angle of 353.48º degrees, saturation: 0.82, 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 #CC1428 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 40 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.2 |
| HSL | 353.48º | 0.82% | 0.44% | - |
| HSV(B) | 353.48º | 0.9% | 0.8% | - |
| XYZ | 25.54 | 13.49 | 3.27 | - |
| YUV | 77.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 40 | 0 | 0.90 | 0.80 | 0.2 | 353.48 | 0.82 | 0.44 |
| Hex | CC | 14 | 28 | 0 | 5A | 50 | 14 | 161 | 52 | 2C |
| Octal | 314 | 24 | 50 | 0 | 132 | 120 | 24 | 541 | 122 | 54 |
| Binary | 11001100 | 10100 | 101000 | 0 | 1011010 | 1010000 | 10100 | 101100001 | 1010010 | 101100 |
Color Harmonies of #CC1428
Complementary color
Monochromatic Colors of #CC1428
Black with #CC1428
Text Example
Text Example
White with #CC1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1428; }
p { color: rgb(204,20,40); }
H1.HeaderClassName
{
color: #CC1428;
}
.AnyTagClassName
{
color: #CC1428;
}
</style>
background-color css
<style>
a { background-color: #CC1428; }
a { background-color: rgb(204,20,40); }
div.DivClassName
{
background-color: #CC1428;
}
.BgClassName
{
background-color: #CC1428;
}
</style>
border-color css
<style>
span { border-color: #CC1428; }
span { border-color: rgb(204,20,40); }
td.TdClassName
{
border-color: #CC1428;
}
.TagClassName
{
border-color: #CC1428;
}
</style>