Shades of Fire Engine Red #CB152E
Tints of Fire Engine Red #CB152E
RGB
CMYK
RGB Variations
Color information
#CB152E (or 0xCB152E) is known color: Fire Engine Red. HEX triplet: CB, 15 and 2E. RGB value is (203,21,46). Sum of RGB (Red+Green+Blue) = 203+21+46=270 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.19% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 203 - color contains mainly: red. Hex color #CB152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB152E is #34EAD1. Grayscale: #4E4E4E. Windows color (decimal): -3467986 or 3020235. OLE color: 3020235.
HSL color Cylindrical-coordinate representation of color #CB152E: hue angle of 351.76º degrees, saturation: 0.81, 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 #CB152E is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 46 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.20 |
| HSL | 351.76º | 0.81% | 0.44% | - |
| HSV(B) | 351.76º | 0.9% | 0.8% | - |
| XYZ | 25.39 | 13.43 | 3.84 | - |
| YUV | 78.27 | 109.8 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 46 | 0 | 0.90 | 0.77 | 0.20 | 351.76 | 0.81 | 0.44 |
| Hex | CB | 15 | 2E | 0 | 5A | 4D | 14 | 160 | 51 | 2C |
| Octal | 313 | 25 | 56 | 0 | 132 | 115 | 24 | 540 | 121 | 54 |
| Binary | 11001011 | 10101 | 101110 | 0 | 1011010 | 1001101 | 10100 | 101100000 | 1010001 | 101100 |
Color Harmonies of #CB152E
Complementary color
Monochromatic Colors of #CB152E
Black with #CB152E
Text Example
Text Example
White with #CB152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB152E; }
p { color: rgb(203,21,46); }
H1.HeaderClassName
{
color: #CB152E;
}
.AnyTagClassName
{
color: #CB152E;
}
</style>
background-color css
<style>
a { background-color: #CB152E; }
a { background-color: rgb(203,21,46); }
div.DivClassName
{
background-color: #CB152E;
}
.BgClassName
{
background-color: #CB152E;
}
</style>
border-color css
<style>
span { border-color: #CB152E; }
span { border-color: rgb(203,21,46); }
td.TdClassName
{
border-color: #CB152E;
}
.TagClassName
{
border-color: #CB152E;
}
</style>