Shades of Fire Engine Red #D30628
Tints of Fire Engine Red #D30628
RGB
CMYK
RGB Variations
Color information
#D30628 (or 0xD30628) is known color: Fire Engine Red. HEX triplet: D3, 06 and 28. RGB value is (211,6,40). Sum of RGB (Red+Green+Blue) = 211+6+40=257 (34% of max value = 765). Red value is 211 (82.81% from 255 or 82.10% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 211 - color contains mainly: red. Hex color #D30628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30628 is #2CF9D7. Grayscale: #474747. Windows color (decimal): -2947544 or 2623187. OLE color: 2623187.
HSL color Cylindrical-coordinate representation of color #D30628: hue angle of 350.05º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30628 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 40 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.17 |
| HSL | 350.05º | 0.94% | 0.43% | - |
| HSV(B) | 350.05º | 0.97% | 0.83% | - |
| XYZ | 27.31 | 14.13 | 3.3 | - |
| YUV | 71.17 | 110.42 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 40 | 0 | 0.97 | 0.81 | 0.17 | 350.05 | 0.94 | 0.43 |
| Hex | D3 | 6 | 28 | 0 | 61 | 51 | 11 | 15E | 5E | 2B |
| Octal | 323 | 6 | 50 | 0 | 141 | 121 | 21 | 536 | 136 | 53 |
| Binary | 11010011 | 110 | 101000 | 0 | 1100001 | 1010001 | 10001 | 101011110 | 1011110 | 101011 |
Color Harmonies of #D30628
Complementary color
Monochromatic Colors of #D30628
Black with #D30628
Text Example
Text Example
White with #D30628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30628; }
p { color: rgb(211,6,40); }
H1.HeaderClassName
{
color: #D30628;
}
.AnyTagClassName
{
color: #D30628;
}
</style>
background-color css
<style>
a { background-color: #D30628; }
a { background-color: rgb(211,6,40); }
div.DivClassName
{
background-color: #D30628;
}
.BgClassName
{
background-color: #D30628;
}
</style>
border-color css
<style>
span { border-color: #D30628; }
span { border-color: rgb(211,6,40); }
td.TdClassName
{
border-color: #D30628;
}
.TagClassName
{
border-color: #D30628;
}
</style>