Html Css Color HEX #D31714 Harley Davidson Orange
📋 copy color: '#D31714'red 211 ◦ green 23 ◦ blue 20
Shades of Harley Davidson Orange #D31714
Tints of Harley Davidson Orange #D31714
RGB
CMYK
RGB Variations
Color information
#D31714 (or 0xD31714) is known color: Harley Davidson Orange. HEX triplet: D3, 17 and 14. RGB value is (211,23,20). Sum of RGB (Red+Green+Blue) = 211+23+20=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D31714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31714 is #2CE8EB. Grayscale: #4F4F4F. Windows color (decimal): -2943212 or 1316819. OLE color: 1316819.
HSL color Cylindrical-coordinate representation of color #D31714: hue angle of 0.94º 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 #D31714 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 20 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.17 |
| HSL | 0.94º | 0.83% | 0.45% | - |
| HSV(B) | 0.94º | 0.91% | 0.83% | - |
| XYZ | 27.3 | 14.51 | 2.02 | - |
| YUV | 78.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 20 | 0 | 0.89 | 0.91 | 0.17 | 0.94 | 0.83 | 0.45 |
| Hex | D3 | 17 | 14 | 0 | 59 | 5B | 11 | 1 | 53 | 2D |
| Octal | 323 | 27 | 24 | 0 | 131 | 133 | 21 | 1 | 123 | 55 |
| Binary | 11010011 | 10111 | 10100 | 0 | 1011001 | 1011011 | 10001 | 1 | 1010011 | 101101 |
Color Harmonies of #D31714
Complementary color
Monochromatic Colors of #D31714
Black with #D31714
Text Example
Text Example
White with #D31714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31714; }
p { color: rgb(211,23,20); }
H1.HeaderClassName
{
color: #D31714;
}
.AnyTagClassName
{
color: #D31714;
}
</style>
background-color css
<style>
a { background-color: #D31714; }
a { background-color: rgb(211,23,20); }
div.DivClassName
{
background-color: #D31714;
}
.BgClassName
{
background-color: #D31714;
}
</style>
border-color css
<style>
span { border-color: #D31714; }
span { border-color: rgb(211,23,20); }
td.TdClassName
{
border-color: #D31714;
}
.TagClassName
{
border-color: #D31714;
}
</style>