Shades of Fire Engine Red #CB112D
Tints of Fire Engine Red #CB112D
RGB
CMYK
RGB Variations
Color information
#CB112D (or 0xCB112D) is known color: Fire Engine Red. HEX triplet: CB, 11 and 2D. RGB value is (203,17,45). Sum of RGB (Red+Green+Blue) = 203+17+45=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB112D is #34EED2. Grayscale: #4B4B4B. Windows color (decimal): -3469011 or 2953675. OLE color: 2953675.
HSL color Cylindrical-coordinate representation of color #CB112D: hue angle of 350.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB112D is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 45 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.20 |
| HSL | 350.97º | 0.85% | 0.43% | - |
| HSV(B) | 350.97º | 0.92% | 0.8% | - |
| XYZ | 25.3 | 13.29 | 3.71 | - |
| YUV | 75.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 45 | 0 | 0.92 | 0.78 | 0.20 | 350.97 | 0.85 | 0.43 |
| Hex | CB | 11 | 2D | 0 | 5C | 4E | 14 | 15F | 55 | 2B |
| Octal | 313 | 21 | 55 | 0 | 134 | 116 | 24 | 537 | 125 | 53 |
| Binary | 11001011 | 10001 | 101101 | 0 | 1011100 | 1001110 | 10100 | 101011111 | 1010101 | 101011 |
Color Harmonies of #CB112D
Complementary color
Monochromatic Colors of #CB112D
Black with #CB112D
Text Example
Text Example
White with #CB112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB112D; }
p { color: rgb(203,17,45); }
H1.HeaderClassName
{
color: #CB112D;
}
.AnyTagClassName
{
color: #CB112D;
}
</style>
background-color css
<style>
a { background-color: #CB112D; }
a { background-color: rgb(203,17,45); }
div.DivClassName
{
background-color: #CB112D;
}
.BgClassName
{
background-color: #CB112D;
}
</style>
border-color css
<style>
span { border-color: #CB112D; }
span { border-color: rgb(203,17,45); }
td.TdClassName
{
border-color: #CB112D;
}
.TagClassName
{
border-color: #CB112D;
}
</style>