Shades of Fire Engine Red #CB142D
Tints of Fire Engine Red #CB142D
RGB
CMYK
RGB Variations
Color information
#CB142D (or 0xCB142D) is known color: Fire Engine Red. HEX triplet: CB, 14 and 2D. RGB value is (203,20,45). Sum of RGB (Red+Green+Blue) = 203+20+45=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB142D is #34EBD2. Grayscale: #4D4D4D. Windows color (decimal): -3468243 or 2954443. OLE color: 2954443.
HSL color Cylindrical-coordinate representation of color #CB142D: hue angle of 351.8º 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 #CB142D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 45 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.20 |
| HSL | 351.8º | 0.82% | 0.44% | - |
| HSV(B) | 351.8º | 0.9% | 0.8% | - |
| XYZ | 25.35 | 13.39 | 3.73 | - |
| YUV | 77.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 45 | 0 | 0.90 | 0.78 | 0.20 | 351.8 | 0.82 | 0.44 |
| Hex | CB | 14 | 2D | 0 | 5A | 4E | 14 | 160 | 52 | 2C |
| Octal | 313 | 24 | 55 | 0 | 132 | 116 | 24 | 540 | 122 | 54 |
| Binary | 11001011 | 10100 | 101101 | 0 | 1011010 | 1001110 | 10100 | 101100000 | 1010010 | 101100 |
Color Harmonies of #CB142D
Complementary color
Monochromatic Colors of #CB142D
Black with #CB142D
Text Example
Text Example
White with #CB142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB142D; }
p { color: rgb(203,20,45); }
H1.HeaderClassName
{
color: #CB142D;
}
.AnyTagClassName
{
color: #CB142D;
}
</style>
background-color css
<style>
a { background-color: #CB142D; }
a { background-color: rgb(203,20,45); }
div.DivClassName
{
background-color: #CB142D;
}
.BgClassName
{
background-color: #CB142D;
}
</style>
border-color css
<style>
span { border-color: #CB142D; }
span { border-color: rgb(203,20,45); }
td.TdClassName
{
border-color: #CB142D;
}
.TagClassName
{
border-color: #CB142D;
}
</style>