Html Css Color HEX #D81E14 Harley Davidson Orange
📋 copy color: '#D81E14'red 216 ◦ green 30 ◦ blue 20
Shades of Harley Davidson Orange #D81E14
Tints of Harley Davidson Orange #D81E14
RGB
CMYK
RGB Variations
Color information
#D81E14 (or 0xD81E14) is known color: Harley Davidson Orange. HEX triplet: D8, 1E and 14. RGB value is (216,30,20). Sum of RGB (Red+Green+Blue) = 216+30+20=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81E14 is #27E1EB. Grayscale: #545454. Windows color (decimal): -2613740 or 1318616. OLE color: 1318616.
HSL color Cylindrical-coordinate representation of color #D81E14: hue angle of 3.06º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81E14 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 20 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.15 |
| HSL | 3.06º | 0.83% | 0.46% | - |
| HSV(B) | 3.06º | 0.91% | 0.85% | - |
| XYZ | 28.91 | 15.58 | 2.14 | - |
| YUV | 84.47 | 91.62 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 20 | 0 | 0.86 | 0.91 | 0.15 | 3.06 | 0.83 | 0.46 |
| Hex | D8 | 1E | 14 | 0 | 56 | 5B | F | 3 | 53 | 2E |
| Octal | 330 | 36 | 24 | 0 | 126 | 133 | 17 | 3 | 123 | 56 |
| Binary | 11011000 | 11110 | 10100 | 0 | 1010110 | 1011011 | 1111 | 11 | 1010011 | 101110 |
Color Harmonies of #D81E14
Complementary color
Monochromatic Colors of #D81E14
Black with #D81E14
Text Example
Text Example
White with #D81E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E14; }
p { color: rgb(216,30,20); }
H1.HeaderClassName
{
color: #D81E14;
}
.AnyTagClassName
{
color: #D81E14;
}
</style>
background-color css
<style>
a { background-color: #D81E14; }
a { background-color: rgb(216,30,20); }
div.DivClassName
{
background-color: #D81E14;
}
.BgClassName
{
background-color: #D81E14;
}
</style>
border-color css
<style>
span { border-color: #D81E14; }
span { border-color: rgb(216,30,20); }
td.TdClassName
{
border-color: #D81E14;
}
.TagClassName
{
border-color: #D81E14;
}
</style>