Shades of Fire Engine Red #D3141F
Tints of Fire Engine Red #D3141F
RGB
CMYK
RGB Variations
Color information
#D3141F (or 0xD3141F) is known color: Fire Engine Red. HEX triplet: D3, 14 and 1F. RGB value is (211,20,31). Sum of RGB (Red+Green+Blue) = 211+20+31=262 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.53% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 211 - color contains mainly: red. Hex color #D3141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3141F is #2CEBE0. Grayscale: #4E4E4E. Windows color (decimal): -2943969 or 2036947. OLE color: 2036947.
HSL color Cylindrical-coordinate representation of color #D3141F: hue angle of 356.54º 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 #D3141F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 20 | 31 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.17 |
| HSL | 356.54º | 0.83% | 0.45% | - |
| HSV(B) | 356.54º | 0.91% | 0.83% | - |
| XYZ | 27.36 | 14.45 | 2.64 | - |
| YUV | 78.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 20 | 31 | 0 | 0.91 | 0.85 | 0.17 | 356.54 | 0.83 | 0.45 |
| Hex | D3 | 14 | 1F | 0 | 5B | 55 | 11 | 165 | 53 | 2D |
| Octal | 323 | 24 | 37 | 0 | 133 | 125 | 21 | 545 | 123 | 55 |
| Binary | 11010011 | 10100 | 11111 | 0 | 1011011 | 1010101 | 10001 | 101100101 | 1010011 | 101101 |
Color Harmonies of #D3141F
Complementary color
Monochromatic Colors of #D3141F
Black with #D3141F
Text Example
Text Example
White with #D3141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3141F; }
p { color: rgb(211,20,31); }
H1.HeaderClassName
{
color: #D3141F;
}
.AnyTagClassName
{
color: #D3141F;
}
</style>
background-color css
<style>
a { background-color: #D3141F; }
a { background-color: rgb(211,20,31); }
div.DivClassName
{
background-color: #D3141F;
}
.BgClassName
{
background-color: #D3141F;
}
</style>
border-color css
<style>
span { border-color: #D3141F; }
span { border-color: rgb(211,20,31); }
td.TdClassName
{
border-color: #D3141F;
}
.TagClassName
{
border-color: #D3141F;
}
</style>