Shades of Fire Engine Red #D11C2C
Tints of Fire Engine Red #D11C2C
RGB
CMYK
RGB Variations
Color information
#D11C2C (or 0xD11C2C) is known color: Fire Engine Red. HEX triplet: D1, 1C and 2C. RGB value is (209,28,44). Sum of RGB (Red+Green+Blue) = 209+28+44=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C2C is #2EE3D3. Grayscale: #545454. Windows color (decimal): -3072980 or 2890961. OLE color: 2890961.
HSL color Cylindrical-coordinate representation of color #D11C2C: hue angle of 354.7º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C2C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 44 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.18 |
| HSL | 354.7º | 0.76% | 0.46% | - |
| HSV(B) | 354.7º | 0.87% | 0.82% | - |
| XYZ | 27.16 | 14.57 | 3.76 | - |
| YUV | 83.94 | 105.47 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 44 | 0 | 0.87 | 0.79 | 0.18 | 354.7 | 0.76 | 0.46 |
| Hex | D1 | 1C | 2C | 0 | 57 | 4F | 12 | 163 | 4C | 2E |
| Octal | 321 | 34 | 54 | 0 | 127 | 117 | 22 | 543 | 114 | 56 |
| Binary | 11010001 | 11100 | 101100 | 0 | 1010111 | 1001111 | 10010 | 101100011 | 1001100 | 101110 |
Color Harmonies of #D11C2C
Complementary color
Monochromatic Colors of #D11C2C
Black with #D11C2C
Text Example
Text Example
White with #D11C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C2C; }
p { color: rgb(209,28,44); }
H1.HeaderClassName
{
color: #D11C2C;
}
.AnyTagClassName
{
color: #D11C2C;
}
</style>
background-color css
<style>
a { background-color: #D11C2C; }
a { background-color: rgb(209,28,44); }
div.DivClassName
{
background-color: #D11C2C;
}
.BgClassName
{
background-color: #D11C2C;
}
</style>
border-color css
<style>
span { border-color: #D11C2C; }
span { border-color: rgb(209,28,44); }
td.TdClassName
{
border-color: #D11C2C;
}
.TagClassName
{
border-color: #D11C2C;
}
</style>