Shades of Fire Engine Red #D31425
Tints of Fire Engine Red #D31425
RGB
CMYK
RGB Variations
Color information
#D31425 (or 0xD31425) is known color: Fire Engine Red. HEX triplet: D3, 14 and 25. RGB value is (211,20,37). Sum of RGB (Red+Green+Blue) = 211+20+37=268 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.73% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 211 - color contains mainly: red. Hex color #D31425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31425 is #2CEBDA. Grayscale: #4F4F4F. Windows color (decimal): -2943963 or 2430163. OLE color: 2430163.
HSL color Cylindrical-coordinate representation of color #D31425: hue angle of 354.66º 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 #D31425 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 37 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.17 |
| HSL | 354.66º | 0.83% | 0.45% | - |
| HSV(B) | 354.66º | 0.91% | 0.83% | - |
| XYZ | 27.45 | 14.48 | 3.1 | - |
| YUV | 79.05 | 104.28 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 37 | 0 | 0.91 | 0.82 | 0.17 | 354.66 | 0.83 | 0.45 |
| Hex | D3 | 14 | 25 | 0 | 5B | 52 | 11 | 163 | 53 | 2D |
| Octal | 323 | 24 | 45 | 0 | 133 | 122 | 21 | 543 | 123 | 55 |
| Binary | 11010011 | 10100 | 100101 | 0 | 1011011 | 1010010 | 10001 | 101100011 | 1010011 | 101101 |
Color Harmonies of #D31425
Complementary color
Monochromatic Colors of #D31425
Black with #D31425
Text Example
Text Example
White with #D31425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31425; }
p { color: rgb(211,20,37); }
H1.HeaderClassName
{
color: #D31425;
}
.AnyTagClassName
{
color: #D31425;
}
</style>
background-color css
<style>
a { background-color: #D31425; }
a { background-color: rgb(211,20,37); }
div.DivClassName
{
background-color: #D31425;
}
.BgClassName
{
background-color: #D31425;
}
</style>
border-color css
<style>
span { border-color: #D31425; }
span { border-color: rgb(211,20,37); }
td.TdClassName
{
border-color: #D31425;
}
.TagClassName
{
border-color: #D31425;
}
</style>