Shades of Fire Engine Red #CD111E
Tints of Fire Engine Red #CD111E
RGB
CMYK
RGB Variations
Color information
#CD111E (or 0xCD111E) is known color: Fire Engine Red. HEX triplet: CD, 11 and 1E. RGB value is (205,17,30). Sum of RGB (Red+Green+Blue) = 205+17+30=252 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.35% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 205 - color contains mainly: red. Hex color #CD111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD111E is #32EEE1. Grayscale: #4A4A4A. Windows color (decimal): -3337954 or 1970637. OLE color: 1970637.
HSL color Cylindrical-coordinate representation of color #CD111E: hue angle of 355.85º 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 #CD111E is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 30 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.20 |
| HSL | 355.85º | 0.85% | 0.44% | - |
| HSV(B) | 355.85º | 0.92% | 0.8% | - |
| XYZ | 25.61 | 13.47 | 2.48 | - |
| YUV | 74.69 | 102.78 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 30 | 0 | 0.92 | 0.85 | 0.20 | 355.85 | 0.85 | 0.44 |
| Hex | CD | 11 | 1E | 0 | 5C | 55 | 14 | 164 | 55 | 2C |
| Octal | 315 | 21 | 36 | 0 | 134 | 125 | 24 | 544 | 125 | 54 |
| Binary | 11001101 | 10001 | 11110 | 0 | 1011100 | 1010101 | 10100 | 101100100 | 1010101 | 101100 |
Color Harmonies of #CD111E
Complementary color
Monochromatic Colors of #CD111E
Black with #CD111E
Text Example
Text Example
White with #CD111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD111E; }
p { color: rgb(205,17,30); }
H1.HeaderClassName
{
color: #CD111E;
}
.AnyTagClassName
{
color: #CD111E;
}
</style>
background-color css
<style>
a { background-color: #CD111E; }
a { background-color: rgb(205,17,30); }
div.DivClassName
{
background-color: #CD111E;
}
.BgClassName
{
background-color: #CD111E;
}
</style>
border-color css
<style>
span { border-color: #CD111E; }
span { border-color: rgb(205,17,30); }
td.TdClassName
{
border-color: #CD111E;
}
.TagClassName
{
border-color: #CD111E;
}
</style>