Shades of Fire Engine Red #CD111D
Tints of Fire Engine Red #CD111D
RGB
CMYK
RGB Variations
Color information
#CD111D (or 0xCD111D) is known color: Fire Engine Red. HEX triplet: CD, 11 and 1D. RGB value is (205,17,29). Sum of RGB (Red+Green+Blue) = 205+17+29=251 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.67% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 205 - color contains mainly: red. Hex color #CD111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD111D is #32EEE2. Grayscale: #4A4A4A. Windows color (decimal): -3337955 or 1905101. OLE color: 1905101.
HSL color Cylindrical-coordinate representation of color #CD111D: hue angle of 356.17º 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 #CD111D is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 29 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.20 |
| HSL | 356.17º | 0.85% | 0.44% | - |
| HSV(B) | 356.17º | 0.92% | 0.8% | - |
| XYZ | 25.6 | 13.47 | 2.41 | - |
| YUV | 74.58 | 102.28 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 29 | 0 | 0.92 | 0.86 | 0.20 | 356.17 | 0.85 | 0.44 |
| Hex | CD | 11 | 1D | 0 | 5C | 56 | 14 | 164 | 55 | 2C |
| Octal | 315 | 21 | 35 | 0 | 134 | 126 | 24 | 544 | 125 | 54 |
| Binary | 11001101 | 10001 | 11101 | 0 | 1011100 | 1010110 | 10100 | 101100100 | 1010101 | 101100 |
Color Harmonies of #CD111D
Complementary color
Monochromatic Colors of #CD111D
Black with #CD111D
Text Example
Text Example
White with #CD111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD111D; }
p { color: rgb(205,17,29); }
H1.HeaderClassName
{
color: #CD111D;
}
.AnyTagClassName
{
color: #CD111D;
}
</style>
background-color css
<style>
a { background-color: #CD111D; }
a { background-color: rgb(205,17,29); }
div.DivClassName
{
background-color: #CD111D;
}
.BgClassName
{
background-color: #CD111D;
}
</style>
border-color css
<style>
span { border-color: #CD111D; }
span { border-color: rgb(205,17,29); }
td.TdClassName
{
border-color: #CD111D;
}
.TagClassName
{
border-color: #CD111D;
}
</style>