Shades of Fire Engine Red #CD112F
Tints of Fire Engine Red #CD112F
RGB
CMYK
RGB Variations
Color information
#CD112F (or 0xCD112F) is known color: Fire Engine Red. HEX triplet: CD, 11 and 2F. RGB value is (205,17,47). Sum of RGB (Red+Green+Blue) = 205+17+47=269 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.21% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 205 - color contains mainly: red. Hex color #CD112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD112F is #32EED0. Grayscale: #4C4C4C. Windows color (decimal): -3337937 or 3084749. OLE color: 3084749.
HSL color Cylindrical-coordinate representation of color #CD112F: hue angle of 350.43º 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 #CD112F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 47 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.20 |
| HSL | 350.43º | 0.85% | 0.44% | - |
| HSV(B) | 350.43º | 0.92% | 0.8% | - |
| XYZ | 25.89 | 13.59 | 3.95 | - |
| YUV | 76.63 | 111.28 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 47 | 0 | 0.92 | 0.77 | 0.20 | 350.43 | 0.85 | 0.44 |
| Hex | CD | 11 | 2F | 0 | 5C | 4D | 14 | 15E | 55 | 2C |
| Octal | 315 | 21 | 57 | 0 | 134 | 115 | 24 | 536 | 125 | 54 |
| Binary | 11001101 | 10001 | 101111 | 0 | 1011100 | 1001101 | 10100 | 101011110 | 1010101 | 101100 |
Color Harmonies of #CD112F
Complementary color
Monochromatic Colors of #CD112F
Black with #CD112F
Text Example
Text Example
White with #CD112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD112F; }
p { color: rgb(205,17,47); }
H1.HeaderClassName
{
color: #CD112F;
}
.AnyTagClassName
{
color: #CD112F;
}
</style>
background-color css
<style>
a { background-color: #CD112F; }
a { background-color: rgb(205,17,47); }
div.DivClassName
{
background-color: #CD112F;
}
.BgClassName
{
background-color: #CD112F;
}
</style>
border-color css
<style>
span { border-color: #CD112F; }
span { border-color: rgb(205,17,47); }
td.TdClassName
{
border-color: #CD112F;
}
.TagClassName
{
border-color: #CD112F;
}
</style>