Html Css Color HEX #D4170E Harley Davidson Orange
📋 copy color: '#D4170E'red 212 ◦ green 23 ◦ blue 14
Shades of Harley Davidson Orange #D4170E
Tints of Harley Davidson Orange #D4170E
RGB
CMYK
RGB Variations
Color information
#D4170E (or 0xD4170E) is known color: Harley Davidson Orange. HEX triplet: D4, 17 and 0E. RGB value is (212,23,14). Sum of RGB (Red+Green+Blue) = 212+23+14=249 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.14% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 212 - color contains mainly: red. Hex color #D4170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4170E is #2BE8F1. Grayscale: #4E4E4E. Windows color (decimal): -2877682 or 923604. OLE color: 923604.
HSL color Cylindrical-coordinate representation of color #D4170E: hue angle of 2.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4170E is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 14 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.17 |
| HSL | 2.73º | 0.88% | 0.44% | - |
| HSV(B) | 2.73º | 0.93% | 0.83% | - |
| XYZ | 27.54 | 14.64 | 1.79 | - |
| YUV | 78.49 | 91.62 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 14 | 0 | 0.89 | 0.93 | 0.17 | 2.73 | 0.88 | 0.44 |
| Hex | D4 | 17 | E | 0 | 59 | 5D | 11 | 3 | 58 | 2C |
| Octal | 324 | 27 | 16 | 0 | 131 | 135 | 21 | 3 | 130 | 54 |
| Binary | 11010100 | 10111 | 1110 | 0 | 1011001 | 1011101 | 10001 | 11 | 1011000 | 101100 |
Color Harmonies of #D4170E
Complementary color
Monochromatic Colors of #D4170E
Black with #D4170E
Text Example
Text Example
White with #D4170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4170E; }
p { color: rgb(212,23,14); }
H1.HeaderClassName
{
color: #D4170E;
}
.AnyTagClassName
{
color: #D4170E;
}
</style>
background-color css
<style>
a { background-color: #D4170E; }
a { background-color: rgb(212,23,14); }
div.DivClassName
{
background-color: #D4170E;
}
.BgClassName
{
background-color: #D4170E;
}
</style>
border-color css
<style>
span { border-color: #D4170E; }
span { border-color: rgb(212,23,14); }
td.TdClassName
{
border-color: #D4170E;
}
.TagClassName
{
border-color: #D4170E;
}
</style>