Shades of Fire Engine Red #D31426
Tints of Fire Engine Red #D31426
RGB
CMYK
RGB Variations
Color information
#D31426 (or 0xD31426) is known color: Fire Engine Red. HEX triplet: D3, 14 and 26. RGB value is (211,20,38). Sum of RGB (Red+Green+Blue) = 211+20+38=269 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.44% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 211 - color contains mainly: red. Hex color #D31426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31426 is #2CEBD9. Grayscale: #4F4F4F. Windows color (decimal): -2943962 or 2495699. OLE color: 2495699.
HSL color Cylindrical-coordinate representation of color #D31426: hue angle of 354.35º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31426 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 38 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.17 |
| HSL | 354.35º | 0.83% | 0.45% | - |
| HSV(B) | 354.35º | 0.91% | 0.83% | - |
| XYZ | 27.46 | 14.49 | 3.18 | - |
| YUV | 79.16 | 104.78 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 38 | 0 | 0.91 | 0.82 | 0.17 | 354.35 | 0.83 | 0.45 |
| Hex | D3 | 14 | 26 | 0 | 5B | 52 | 11 | 162 | 53 | 2D |
| Octal | 323 | 24 | 46 | 0 | 133 | 122 | 21 | 542 | 123 | 55 |
| Binary | 11010011 | 10100 | 100110 | 0 | 1011011 | 1010010 | 10001 | 101100010 | 1010011 | 101101 |
Color Harmonies of #D31426
Complementary color
Monochromatic Colors of #D31426
Black with #D31426
Text Example
Text Example
White with #D31426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31426; }
p { color: rgb(211,20,38); }
H1.HeaderClassName
{
color: #D31426;
}
.AnyTagClassName
{
color: #D31426;
}
</style>
background-color css
<style>
a { background-color: #D31426; }
a { background-color: rgb(211,20,38); }
div.DivClassName
{
background-color: #D31426;
}
.BgClassName
{
background-color: #D31426;
}
</style>
border-color css
<style>
span { border-color: #D31426; }
span { border-color: rgb(211,20,38); }
td.TdClassName
{
border-color: #D31426;
}
.TagClassName
{
border-color: #D31426;
}
</style>