Shades of Fire Engine Red #D41C2C
Tints of Fire Engine Red #D41C2C
RGB
CMYK
RGB Variations
Color information
#D41C2C (or 0xD41C2C) is known color: Fire Engine Red. HEX triplet: D4, 1C and 2C. RGB value is (212,28,44). Sum of RGB (Red+Green+Blue) = 212+28+44=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41C2C is #2BE3D3. Grayscale: #545454. Windows color (decimal): -2876372 or 2890964. OLE color: 2890964.
HSL color Cylindrical-coordinate representation of color #D41C2C: hue angle of 354.78º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41C2C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 44 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.17 |
| HSL | 354.78º | 0.77% | 0.47% | - |
| HSV(B) | 354.78º | 0.87% | 0.83% | - |
| XYZ | 28.02 | 15.01 | 3.8 | - |
| YUV | 84.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 44 | 0 | 0.87 | 0.79 | 0.17 | 354.78 | 0.77 | 0.47 |
| Hex | D4 | 1C | 2C | 0 | 57 | 4F | 11 | 163 | 4D | 2F |
| Octal | 324 | 34 | 54 | 0 | 127 | 117 | 21 | 543 | 115 | 57 |
| Binary | 11010100 | 11100 | 101100 | 0 | 1010111 | 1001111 | 10001 | 101100011 | 1001101 | 101111 |
Color Harmonies of #D41C2C
Complementary color
Monochromatic Colors of #D41C2C
Black with #D41C2C
Text Example
Text Example
White with #D41C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41C2C; }
p { color: rgb(212,28,44); }
H1.HeaderClassName
{
color: #D41C2C;
}
.AnyTagClassName
{
color: #D41C2C;
}
</style>
background-color css
<style>
a { background-color: #D41C2C; }
a { background-color: rgb(212,28,44); }
div.DivClassName
{
background-color: #D41C2C;
}
.BgClassName
{
background-color: #D41C2C;
}
</style>
border-color css
<style>
span { border-color: #D41C2C; }
span { border-color: rgb(212,28,44); }
td.TdClassName
{
border-color: #D41C2C;
}
.TagClassName
{
border-color: #D41C2C;
}
</style>