Html Css Color HEX #D81E12 Harley Davidson Orange
📋 copy color: '#D81E12'red 216 ◦ green 30 ◦ blue 18
Shades of Harley Davidson Orange #D81E12
Tints of Harley Davidson Orange #D81E12
RGB
CMYK
RGB Variations
Color information
#D81E12 (or 0xD81E12) is known color: Harley Davidson Orange. HEX triplet: D8, 1E and 12. RGB value is (216,30,18). Sum of RGB (Red+Green+Blue) = 216+30+18=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81E12 is #27E1ED. Grayscale: #545454. Windows color (decimal): -2613742 or 1187544. OLE color: 1187544.
HSL color Cylindrical-coordinate representation of color #D81E12: hue angle of 3.64º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81E12 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 18 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.15 |
| HSL | 3.64º | 0.85% | 0.46% | - |
| HSV(B) | 3.64º | 0.92% | 0.85% | - |
| XYZ | 28.89 | 15.57 | 2.06 | - |
| YUV | 84.25 | 90.62 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 18 | 0 | 0.86 | 0.92 | 0.15 | 3.64 | 0.85 | 0.46 |
| Hex | D8 | 1E | 12 | 0 | 56 | 5C | F | 4 | 55 | 2E |
| Octal | 330 | 36 | 22 | 0 | 126 | 134 | 17 | 4 | 125 | 56 |
| Binary | 11011000 | 11110 | 10010 | 0 | 1010110 | 1011100 | 1111 | 100 | 1010101 | 101110 |
Color Harmonies of #D81E12
Complementary color
Monochromatic Colors of #D81E12
Black with #D81E12
Text Example
Text Example
White with #D81E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E12; }
p { color: rgb(216,30,18); }
H1.HeaderClassName
{
color: #D81E12;
}
.AnyTagClassName
{
color: #D81E12;
}
</style>
background-color css
<style>
a { background-color: #D81E12; }
a { background-color: rgb(216,30,18); }
div.DivClassName
{
background-color: #D81E12;
}
.BgClassName
{
background-color: #D81E12;
}
</style>
border-color css
<style>
span { border-color: #D81E12; }
span { border-color: rgb(216,30,18); }
td.TdClassName
{
border-color: #D81E12;
}
.TagClassName
{
border-color: #D81E12;
}
</style>