Shades of Fire Engine Red #D30828
Tints of Fire Engine Red #D30828
RGB
CMYK
RGB Variations
Color information
#D30828 (or 0xD30828) is known color: Fire Engine Red. HEX triplet: D3, 08 and 28. RGB value is (211,8,40). Sum of RGB (Red+Green+Blue) = 211+8+40=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D30828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30828 is #2CF7D7. Grayscale: #484848. Windows color (decimal): -2947032 or 2623699. OLE color: 2623699.
HSL color Cylindrical-coordinate representation of color #D30828: hue angle of 350.54º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30828 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.17 |
| HSL | 350.54º | 0.93% | 0.43% | - |
| HSV(B) | 350.54º | 0.96% | 0.83% | - |
| XYZ | 27.33 | 14.18 | 3.3 | - |
| YUV | 72.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 40 | 0 | 0.96 | 0.81 | 0.17 | 350.54 | 0.93 | 0.43 |
| Hex | D3 | 8 | 28 | 0 | 60 | 51 | 11 | 15F | 5D | 2B |
| Octal | 323 | 10 | 50 | 0 | 140 | 121 | 21 | 537 | 135 | 53 |
| Binary | 11010011 | 1000 | 101000 | 0 | 1100000 | 1010001 | 10001 | 101011111 | 1011101 | 101011 |
Color Harmonies of #D30828
Complementary color
Monochromatic Colors of #D30828
Black with #D30828
Text Example
Text Example
White with #D30828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30828; }
p { color: rgb(211,8,40); }
H1.HeaderClassName
{
color: #D30828;
}
.AnyTagClassName
{
color: #D30828;
}
</style>
background-color css
<style>
a { background-color: #D30828; }
a { background-color: rgb(211,8,40); }
div.DivClassName
{
background-color: #D30828;
}
.BgClassName
{
background-color: #D30828;
}
</style>
border-color css
<style>
span { border-color: #D30828; }
span { border-color: rgb(211,8,40); }
td.TdClassName
{
border-color: #D30828;
}
.TagClassName
{
border-color: #D30828;
}
</style>