Shades of Fire Engine Red #CD112E
Tints of Fire Engine Red #CD112E
RGB
CMYK
RGB Variations
Color information
#CD112E (or 0xCD112E) is known color: Fire Engine Red. HEX triplet: CD, 11 and 2E. RGB value is (205,17,46). Sum of RGB (Red+Green+Blue) = 205+17+46=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD112E is #32EED1. Grayscale: #4C4C4C. Windows color (decimal): -3337938 or 3019213. OLE color: 3019213.
HSL color Cylindrical-coordinate representation of color #CD112E: hue angle of 350.74º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD112E is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 46 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.20 |
| HSL | 350.74º | 0.85% | 0.44% | - |
| HSV(B) | 350.74º | 0.92% | 0.8% | - |
| XYZ | 25.87 | 13.58 | 3.84 | - |
| YUV | 76.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 46 | 0 | 0.92 | 0.78 | 0.20 | 350.74 | 0.85 | 0.44 |
| Hex | CD | 11 | 2E | 0 | 5C | 4E | 14 | 15F | 55 | 2C |
| Octal | 315 | 21 | 56 | 0 | 134 | 116 | 24 | 537 | 125 | 54 |
| Binary | 11001101 | 10001 | 101110 | 0 | 1011100 | 1001110 | 10100 | 101011111 | 1010101 | 101100 |
Color Harmonies of #CD112E
Complementary color
Monochromatic Colors of #CD112E
Black with #CD112E
Text Example
Text Example
White with #CD112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD112E; }
p { color: rgb(205,17,46); }
H1.HeaderClassName
{
color: #CD112E;
}
.AnyTagClassName
{
color: #CD112E;
}
</style>
background-color css
<style>
a { background-color: #CD112E; }
a { background-color: rgb(205,17,46); }
div.DivClassName
{
background-color: #CD112E;
}
.BgClassName
{
background-color: #CD112E;
}
</style>
border-color css
<style>
span { border-color: #CD112E; }
span { border-color: rgb(205,17,46); }
td.TdClassName
{
border-color: #CD112E;
}
.TagClassName
{
border-color: #CD112E;
}
</style>