Html Css Color HEX #D81D13 Harley Davidson Orange
📋 copy color: '#D81D13'red 216 ◦ green 29 ◦ blue 19
Shades of Harley Davidson Orange #D81D13
Tints of Harley Davidson Orange #D81D13
RGB
CMYK
RGB Variations
Color information
#D81D13 (or 0xD81D13) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 13. RGB value is (216,29,19). Sum of RGB (Red+Green+Blue) = 216+29+19=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81D13 is #27E2EC. Grayscale: #545454. Windows color (decimal): -2613997 or 1252824. OLE color: 1252824.
HSL color Cylindrical-coordinate representation of color #D81D13: hue angle of 3.05º 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 #D81D13 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 19 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.15 |
| HSL | 3.05º | 0.84% | 0.46% | - |
| HSV(B) | 3.05º | 0.91% | 0.85% | - |
| XYZ | 28.88 | 15.52 | 2.09 | - |
| YUV | 83.77 | 91.45 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 19 | 0 | 0.87 | 0.91 | 0.15 | 3.05 | 0.84 | 0.46 |
| Hex | D8 | 1D | 13 | 0 | 57 | 5B | F | 3 | 54 | 2E |
| Octal | 330 | 35 | 23 | 0 | 127 | 133 | 17 | 3 | 124 | 56 |
| Binary | 11011000 | 11101 | 10011 | 0 | 1010111 | 1011011 | 1111 | 11 | 1010100 | 101110 |
Color Harmonies of #D81D13
Complementary color
Monochromatic Colors of #D81D13
Black with #D81D13
Text Example
Text Example
White with #D81D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D13; }
p { color: rgb(216,29,19); }
H1.HeaderClassName
{
color: #D81D13;
}
.AnyTagClassName
{
color: #D81D13;
}
</style>
background-color css
<style>
a { background-color: #D81D13; }
a { background-color: rgb(216,29,19); }
div.DivClassName
{
background-color: #D81D13;
}
.BgClassName
{
background-color: #D81D13;
}
</style>
border-color css
<style>
span { border-color: #D81D13; }
span { border-color: rgb(216,29,19); }
td.TdClassName
{
border-color: #D81D13;
}
.TagClassName
{
border-color: #D81D13;
}
</style>