Shades of Fire Engine Red #CB0E2B
Tints of Fire Engine Red #CB0E2B
RGB
CMYK
RGB Variations
Color information
#CB0E2B (or 0xCB0E2B) is known color: Fire Engine Red. HEX triplet: CB, 0E and 2B. RGB value is (203,14,43). Sum of RGB (Red+Green+Blue) = 203+14+43=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E2B is #34F1D4. Grayscale: #494949. Windows color (decimal): -3469781 or 2821835. OLE color: 2821835.
HSL color Cylindrical-coordinate representation of color #CB0E2B: hue angle of 350.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB0E2B is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 14 | 43 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.20 |
| HSL | 350.79º | 0.87% | 0.43% | - |
| HSV(B) | 350.79º | 0.93% | 0.8% | - |
| XYZ | 25.22 | 13.19 | 3.5 | - |
| YUV | 73.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 43 | 0 | 0.93 | 0.79 | 0.20 | 350.79 | 0.87 | 0.43 |
| Hex | CB | E | 2B | 0 | 5D | 4F | 14 | 15F | 57 | 2B |
| Octal | 313 | 16 | 53 | 0 | 135 | 117 | 24 | 537 | 127 | 53 |
| Binary | 11001011 | 1110 | 101011 | 0 | 1011101 | 1001111 | 10100 | 101011111 | 1010111 | 101011 |
Color Harmonies of #CB0E2B
Complementary color
Monochromatic Colors of #CB0E2B
Black with #CB0E2B
Text Example
Text Example
White with #CB0E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0E2B; }
p { color: rgb(203,14,43); }
H1.HeaderClassName
{
color: #CB0E2B;
}
.AnyTagClassName
{
color: #CB0E2B;
}
</style>
background-color css
<style>
a { background-color: #CB0E2B; }
a { background-color: rgb(203,14,43); }
div.DivClassName
{
background-color: #CB0E2B;
}
.BgClassName
{
background-color: #CB0E2B;
}
</style>
border-color css
<style>
span { border-color: #CB0E2B; }
span { border-color: rgb(203,14,43); }
td.TdClassName
{
border-color: #CB0E2B;
}
.TagClassName
{
border-color: #CB0E2B;
}
</style>