Html Css Color HEX #D81A12 Harley Davidson Orange
📋 copy color: '#D81A12'red 216 ◦ green 26 ◦ blue 18
Shades of Harley Davidson Orange #D81A12
Tints of Harley Davidson Orange #D81A12
RGB
CMYK
RGB Variations
Color information
#D81A12 (or 0xD81A12) is known color: Harley Davidson Orange. HEX triplet: D8, 1A and 12. RGB value is (216,26,18). Sum of RGB (Red+Green+Blue) = 216+26+18=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81A12 is #27E5ED. Grayscale: #525252. Windows color (decimal): -2614766 or 1186520. OLE color: 1186520.
HSL color Cylindrical-coordinate representation of color #D81A12: hue angle of 2.42º 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 #D81A12 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 18 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.15 |
| HSL | 2.42º | 0.85% | 0.46% | - |
| HSV(B) | 2.42º | 0.92% | 0.85% | - |
| XYZ | 28.8 | 15.38 | 2.02 | - |
| YUV | 81.9 | 91.95 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 18 | 0 | 0.88 | 0.92 | 0.15 | 2.42 | 0.85 | 0.46 |
| Hex | D8 | 1A | 12 | 0 | 58 | 5C | F | 2 | 55 | 2E |
| Octal | 330 | 32 | 22 | 0 | 130 | 134 | 17 | 2 | 125 | 56 |
| Binary | 11011000 | 11010 | 10010 | 0 | 1011000 | 1011100 | 1111 | 10 | 1010101 | 101110 |
Color Harmonies of #D81A12
Complementary color
Monochromatic Colors of #D81A12
Black with #D81A12
Text Example
Text Example
White with #D81A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A12; }
p { color: rgb(216,26,18); }
H1.HeaderClassName
{
color: #D81A12;
}
.AnyTagClassName
{
color: #D81A12;
}
</style>
background-color css
<style>
a { background-color: #D81A12; }
a { background-color: rgb(216,26,18); }
div.DivClassName
{
background-color: #D81A12;
}
.BgClassName
{
background-color: #D81A12;
}
</style>
border-color css
<style>
span { border-color: #D81A12; }
span { border-color: rgb(216,26,18); }
td.TdClassName
{
border-color: #D81A12;
}
.TagClassName
{
border-color: #D81A12;
}
</style>