Html Css Color HEX #D81E13 Harley Davidson Orange
📋 copy color: '#D81E13'red 216 ◦ green 30 ◦ blue 19
Shades of Harley Davidson Orange #D81E13
Tints of Harley Davidson Orange #D81E13
RGB
CMYK
RGB Variations
Color information
#D81E13 (or 0xD81E13) is known color: Harley Davidson Orange. HEX triplet: D8, 1E and 13. RGB value is (216,30,19). Sum of RGB (Red+Green+Blue) = 216+30+19=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81E13 is #27E1EC. Grayscale: #545454. Windows color (decimal): -2613741 or 1253080. OLE color: 1253080.
HSL color Cylindrical-coordinate representation of color #D81E13: hue angle of 3.35º degrees, saturation: 0.84, 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 #D81E13 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 19 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.15 |
| HSL | 3.35º | 0.84% | 0.46% | - |
| HSV(B) | 3.35º | 0.91% | 0.85% | - |
| XYZ | 28.9 | 15.57 | 2.1 | - |
| YUV | 84.36 | 91.12 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 19 | 0 | 0.86 | 0.91 | 0.15 | 3.35 | 0.84 | 0.46 |
| Hex | D8 | 1E | 13 | 0 | 56 | 5B | F | 3 | 54 | 2E |
| Octal | 330 | 36 | 23 | 0 | 126 | 133 | 17 | 3 | 124 | 56 |
| Binary | 11011000 | 11110 | 10011 | 0 | 1010110 | 1011011 | 1111 | 11 | 1010100 | 101110 |
Color Harmonies of #D81E13
Complementary color
Monochromatic Colors of #D81E13
Black with #D81E13
Text Example
Text Example
White with #D81E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E13; }
p { color: rgb(216,30,19); }
H1.HeaderClassName
{
color: #D81E13;
}
.AnyTagClassName
{
color: #D81E13;
}
</style>
background-color css
<style>
a { background-color: #D81E13; }
a { background-color: rgb(216,30,19); }
div.DivClassName
{
background-color: #D81E13;
}
.BgClassName
{
background-color: #D81E13;
}
</style>
border-color css
<style>
span { border-color: #D81E13; }
span { border-color: rgb(216,30,19); }
td.TdClassName
{
border-color: #D81E13;
}
.TagClassName
{
border-color: #D81E13;
}
</style>