Shades of Fire Engine Red #D31427
Tints of Fire Engine Red #D31427
RGB
CMYK
RGB Variations
Color information
#D31427 (or 0xD31427) is known color: Fire Engine Red. HEX triplet: D3, 14 and 27. RGB value is (211,20,39). Sum of RGB (Red+Green+Blue) = 211+20+39=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D31427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31427 is #2CEBD8. Grayscale: #4F4F4F. Windows color (decimal): -2943961 or 2561235. OLE color: 2561235.
HSL color Cylindrical-coordinate representation of color #D31427: hue angle of 354.03º 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 #D31427 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 39 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.17 |
| HSL | 354.03º | 0.83% | 0.45% | - |
| HSV(B) | 354.03º | 0.91% | 0.83% | - |
| XYZ | 27.48 | 14.5 | 3.27 | - |
| YUV | 79.28 | 105.28 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 39 | 0 | 0.91 | 0.82 | 0.17 | 354.03 | 0.83 | 0.45 |
| Hex | D3 | 14 | 27 | 0 | 5B | 52 | 11 | 162 | 53 | 2D |
| Octal | 323 | 24 | 47 | 0 | 133 | 122 | 21 | 542 | 123 | 55 |
| Binary | 11010011 | 10100 | 100111 | 0 | 1011011 | 1010010 | 10001 | 101100010 | 1010011 | 101101 |
Color Harmonies of #D31427
Complementary color
Monochromatic Colors of #D31427
Black with #D31427
Text Example
Text Example
White with #D31427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31427; }
p { color: rgb(211,20,39); }
H1.HeaderClassName
{
color: #D31427;
}
.AnyTagClassName
{
color: #D31427;
}
</style>
background-color css
<style>
a { background-color: #D31427; }
a { background-color: rgb(211,20,39); }
div.DivClassName
{
background-color: #D31427;
}
.BgClassName
{
background-color: #D31427;
}
</style>
border-color css
<style>
span { border-color: #D31427; }
span { border-color: rgb(211,20,39); }
td.TdClassName
{
border-color: #D31427;
}
.TagClassName
{
border-color: #D31427;
}
</style>