Shades of Fire Engine Red #D3032A
Tints of Fire Engine Red #D3032A
RGB
CMYK
RGB Variations
Color information
#D3032A (or 0xD3032A) is known color: Fire Engine Red. HEX triplet: D3, 03 and 2A. RGB value is (211,3,42). Sum of RGB (Red+Green+Blue) = 211+3+42=256 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.42% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 211 - color contains mainly: red. Hex color #D3032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3032A is #2CFCD5. Grayscale: #454545. Windows color (decimal): -2948310 or 2753491. OLE color: 2753491.
HSL color Cylindrical-coordinate representation of color #D3032A: hue angle of 348.75º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3032A is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.17 |
| HSL | 348.75º | 0.97% | 0.42% | - |
| HSV(B) | 348.75º | 0.99% | 0.83% | - |
| XYZ | 27.31 | 14.08 | 3.47 | - |
| YUV | 69.64 | 112.41 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 42 | 0 | 0.99 | 0.80 | 0.17 | 348.75 | 0.97 | 0.42 |
| Hex | D3 | 3 | 2A | 0 | 63 | 50 | 11 | 15D | 61 | 2A |
| Octal | 323 | 3 | 52 | 0 | 143 | 120 | 21 | 535 | 141 | 52 |
| Binary | 11010011 | 11 | 101010 | 0 | 1100011 | 1010000 | 10001 | 101011101 | 1100001 | 101010 |
Color Harmonies of #D3032A
Complementary color
Monochromatic Colors of #D3032A
Black with #D3032A
Text Example
Text Example
White with #D3032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3032A; }
p { color: rgb(211,3,42); }
H1.HeaderClassName
{
color: #D3032A;
}
.AnyTagClassName
{
color: #D3032A;
}
</style>
background-color css
<style>
a { background-color: #D3032A; }
a { background-color: rgb(211,3,42); }
div.DivClassName
{
background-color: #D3032A;
}
.BgClassName
{
background-color: #D3032A;
}
</style>
border-color css
<style>
span { border-color: #D3032A; }
span { border-color: rgb(211,3,42); }
td.TdClassName
{
border-color: #D3032A;
}
.TagClassName
{
border-color: #D3032A;
}
</style>