Shades of Fire Engine Red #CD112C
Tints of Fire Engine Red #CD112C
RGB
CMYK
RGB Variations
Color information
#CD112C (or 0xCD112C) is known color: Fire Engine Red. HEX triplet: CD, 11 and 2C. RGB value is (205,17,44). Sum of RGB (Red+Green+Blue) = 205+17+44=266 (35% of max value = 765). Red value is 205 (80.47% from 255 or 77.07% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 205 - color contains mainly: red. Hex color #CD112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD112C is #32EED3. Grayscale: #4C4C4C. Windows color (decimal): -3337940 or 2888141. OLE color: 2888141.
HSL color Cylindrical-coordinate representation of color #CD112C: hue angle of 351.38º 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 #CD112C is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 44 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.20 |
| HSL | 351.38º | 0.85% | 0.44% | - |
| HSV(B) | 351.38º | 0.92% | 0.8% | - |
| XYZ | 25.83 | 13.56 | 3.64 | - |
| YUV | 76.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 44 | 0 | 0.92 | 0.79 | 0.20 | 351.38 | 0.85 | 0.44 |
| Hex | CD | 11 | 2C | 0 | 5C | 4F | 14 | 15F | 55 | 2C |
| Octal | 315 | 21 | 54 | 0 | 134 | 117 | 24 | 537 | 125 | 54 |
| Binary | 11001101 | 10001 | 101100 | 0 | 1011100 | 1001111 | 10100 | 101011111 | 1010101 | 101100 |
Color Harmonies of #CD112C
Complementary color
Monochromatic Colors of #CD112C
Black with #CD112C
Text Example
Text Example
White with #CD112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD112C; }
p { color: rgb(205,17,44); }
H1.HeaderClassName
{
color: #CD112C;
}
.AnyTagClassName
{
color: #CD112C;
}
</style>
background-color css
<style>
a { background-color: #CD112C; }
a { background-color: rgb(205,17,44); }
div.DivClassName
{
background-color: #CD112C;
}
.BgClassName
{
background-color: #CD112C;
}
</style>
border-color css
<style>
span { border-color: #CD112C; }
span { border-color: rgb(205,17,44); }
td.TdClassName
{
border-color: #CD112C;
}
.TagClassName
{
border-color: #CD112C;
}
</style>