Shades of Fire Engine Red #CB142E
Tints of Fire Engine Red #CB142E
RGB
CMYK
RGB Variations
Color information
#CB142E (or 0xCB142E) is known color: Fire Engine Red. HEX triplet: CB, 14 and 2E. RGB value is (203,20,46). Sum of RGB (Red+Green+Blue) = 203+20+46=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB142E is #34EBD1. Grayscale: #4D4D4D. Windows color (decimal): -3468242 or 3019979. OLE color: 3019979.
HSL color Cylindrical-coordinate representation of color #CB142E: hue angle of 351.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 #CB142E is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 46 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.20 |
| HSL | 351.48º | 0.82% | 0.44% | - |
| HSV(B) | 351.48º | 0.9% | 0.8% | - |
| XYZ | 25.37 | 13.39 | 3.83 | - |
| YUV | 77.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 46 | 0 | 0.90 | 0.77 | 0.20 | 351.48 | 0.82 | 0.44 |
| Hex | CB | 14 | 2E | 0 | 5A | 4D | 14 | 15F | 52 | 2C |
| Octal | 313 | 24 | 56 | 0 | 132 | 115 | 24 | 537 | 122 | 54 |
| Binary | 11001011 | 10100 | 101110 | 0 | 1011010 | 1001101 | 10100 | 101011111 | 1010010 | 101100 |
Color Harmonies of #CB142E
Complementary color
Monochromatic Colors of #CB142E
Black with #CB142E
Text Example
Text Example
White with #CB142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB142E; }
p { color: rgb(203,20,46); }
H1.HeaderClassName
{
color: #CB142E;
}
.AnyTagClassName
{
color: #CB142E;
}
</style>
background-color css
<style>
a { background-color: #CB142E; }
a { background-color: rgb(203,20,46); }
div.DivClassName
{
background-color: #CB142E;
}
.BgClassName
{
background-color: #CB142E;
}
</style>
border-color css
<style>
span { border-color: #CB142E; }
span { border-color: rgb(203,20,46); }
td.TdClassName
{
border-color: #CB142E;
}
.TagClassName
{
border-color: #CB142E;
}
</style>