Shades of Fire Engine Red #CC142E
Tints of Fire Engine Red #CC142E
RGB
CMYK
RGB Variations
Color information
#CC142E (or 0xCC142E) is known color: Fire Engine Red. HEX triplet: CC, 14 and 2E. RGB value is (204,20,46). Sum of RGB (Red+Green+Blue) = 204+20+46=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC142E is #33EBD1. Grayscale: #4E4E4E. Windows color (decimal): -3402706 or 3019980. OLE color: 3019980.
HSL color Cylindrical-coordinate representation of color #CC142E: hue angle of 351.52º 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 #CC142E is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 46 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.2 |
| HSL | 351.52º | 0.82% | 0.44% | - |
| HSV(B) | 351.52º | 0.9% | 0.8% | - |
| XYZ | 25.65 | 13.53 | 3.85 | - |
| YUV | 77.98 | 109.96 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 46 | 0 | 0.90 | 0.77 | 0.2 | 351.52 | 0.82 | 0.44 |
| Hex | CC | 14 | 2E | 0 | 5A | 4D | 14 | 160 | 52 | 2C |
| Octal | 314 | 24 | 56 | 0 | 132 | 115 | 24 | 540 | 122 | 54 |
| Binary | 11001100 | 10100 | 101110 | 0 | 1011010 | 1001101 | 10100 | 101100000 | 1010010 | 101100 |
Color Harmonies of #CC142E
Complementary color
Monochromatic Colors of #CC142E
Black with #CC142E
Text Example
Text Example
White with #CC142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC142E; }
p { color: rgb(204,20,46); }
H1.HeaderClassName
{
color: #CC142E;
}
.AnyTagClassName
{
color: #CC142E;
}
</style>
background-color css
<style>
a { background-color: #CC142E; }
a { background-color: rgb(204,20,46); }
div.DivClassName
{
background-color: #CC142E;
}
.BgClassName
{
background-color: #CC142E;
}
</style>
border-color css
<style>
span { border-color: #CC142E; }
span { border-color: rgb(204,20,46); }
td.TdClassName
{
border-color: #CC142E;
}
.TagClassName
{
border-color: #CC142E;
}
</style>