Html Css Color HEX #D31816 Harley Davidson Orange
📋 copy color: '#D31816'red 211 ◦ green 24 ◦ blue 22
Shades of Harley Davidson Orange #D31816
Tints of Harley Davidson Orange #D31816
RGB
CMYK
RGB Variations
Color information
#D31816 (or 0xD31816) is known color: Harley Davidson Orange. HEX triplet: D3, 18 and 16. RGB value is (211,24,22). Sum of RGB (Red+Green+Blue) = 211+24+22=257 (34% of max value = 765). Red value is 211 (82.81% from 255 or 82.10% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 211 - color contains mainly: red. Hex color #D31816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31816 is #2CE7E9. Grayscale: #4F4F4F. Windows color (decimal): -2942954 or 1448147. OLE color: 1448147.
HSL color Cylindrical-coordinate representation of color #D31816: hue angle of 0.63º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31816 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 24 | 22 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.17 |
| HSL | 0.63º | 0.81% | 0.46% | - |
| HSV(B) | 0.63º | 0.9% | 0.83% | - |
| XYZ | 27.34 | 14.56 | 2.13 | - |
| YUV | 79.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 24 | 22 | 0 | 0.89 | 0.90 | 0.17 | 0.63 | 0.81 | 0.46 |
| Hex | D3 | 18 | 16 | 0 | 59 | 5A | 11 | 1 | 51 | 2E |
| Octal | 323 | 30 | 26 | 0 | 131 | 132 | 21 | 1 | 121 | 56 |
| Binary | 11010011 | 11000 | 10110 | 0 | 1011001 | 1011010 | 10001 | 1 | 1010001 | 101110 |
Color Harmonies of #D31816
Complementary color
Monochromatic Colors of #D31816
Black with #D31816
Text Example
Text Example
White with #D31816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31816; }
p { color: rgb(211,24,22); }
H1.HeaderClassName
{
color: #D31816;
}
.AnyTagClassName
{
color: #D31816;
}
</style>
background-color css
<style>
a { background-color: #D31816; }
a { background-color: rgb(211,24,22); }
div.DivClassName
{
background-color: #D31816;
}
.BgClassName
{
background-color: #D31816;
}
</style>
border-color css
<style>
span { border-color: #D31816; }
span { border-color: rgb(211,24,22); }
td.TdClassName
{
border-color: #D31816;
}
.TagClassName
{
border-color: #D31816;
}
</style>