Shades of Fire Engine Red #CC142B
Tints of Fire Engine Red #CC142B
RGB
CMYK
RGB Variations
Color information
#CC142B (or 0xCC142B) is known color: Fire Engine Red. HEX triplet: CC, 14 and 2B. RGB value is (204,20,43). Sum of RGB (Red+Green+Blue) = 204+20+43=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC142B is #33EBD4. Grayscale: #4D4D4D. Windows color (decimal): -3402709 or 2823372. OLE color: 2823372.
HSL color Cylindrical-coordinate representation of color #CC142B: hue angle of 352.5º 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 #CC142B is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 43 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.2 |
| HSL | 352.5º | 0.82% | 0.44% | - |
| HSV(B) | 352.5º | 0.9% | 0.8% | - |
| XYZ | 25.59 | 13.51 | 3.54 | - |
| YUV | 77.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 43 | 0 | 0.90 | 0.79 | 0.2 | 352.5 | 0.82 | 0.44 |
| Hex | CC | 14 | 2B | 0 | 5A | 4F | 14 | 160 | 52 | 2C |
| Octal | 314 | 24 | 53 | 0 | 132 | 117 | 24 | 540 | 122 | 54 |
| Binary | 11001100 | 10100 | 101011 | 0 | 1011010 | 1001111 | 10100 | 101100000 | 1010010 | 101100 |
Color Harmonies of #CC142B
Complementary color
Monochromatic Colors of #CC142B
Black with #CC142B
Text Example
Text Example
White with #CC142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC142B; }
p { color: rgb(204,20,43); }
H1.HeaderClassName
{
color: #CC142B;
}
.AnyTagClassName
{
color: #CC142B;
}
</style>
background-color css
<style>
a { background-color: #CC142B; }
a { background-color: rgb(204,20,43); }
div.DivClassName
{
background-color: #CC142B;
}
.BgClassName
{
background-color: #CC142B;
}
</style>
border-color css
<style>
span { border-color: #CC142B; }
span { border-color: rgb(204,20,43); }
td.TdClassName
{
border-color: #CC142B;
}
.TagClassName
{
border-color: #CC142B;
}
</style>