Html Css Color HEX #D81A05 Harley Davidson Orange
📋 copy color: '#D81A05'red 216 ◦ green 26 ◦ blue 5
Shades of Harley Davidson Orange #D81A05
Tints of Harley Davidson Orange #D81A05
RGB
CMYK
RGB Variations
Color information
#D81A05 (or 0xD81A05) is known color: Harley Davidson Orange. HEX triplet: D8, 1A and 05. RGB value is (216,26,5). Sum of RGB (Red+Green+Blue) = 216+26+5=247 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.45% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81A05 is #27E5FA. Grayscale: #505050. Windows color (decimal): -2614779 or 334552. OLE color: 334552.
HSL color Cylindrical-coordinate representation of color #D81A05: hue angle of 5.97º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D81A05 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 5 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.15 |
| HSL | 5.97º | 0.95% | 0.43% | - |
| HSV(B) | 5.97º | 0.98% | 0.85% | - |
| XYZ | 28.72 | 15.35 | 1.59 | - |
| YUV | 80.42 | 85.45 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 5 | 0 | 0.88 | 0.98 | 0.15 | 5.97 | 0.95 | 0.43 |
| Hex | D8 | 1A | 5 | 0 | 58 | 62 | F | 6 | 5F | 2B |
| Octal | 330 | 32 | 5 | 0 | 130 | 142 | 17 | 6 | 137 | 53 |
| Binary | 11011000 | 11010 | 101 | 0 | 1011000 | 1100010 | 1111 | 110 | 1011111 | 101011 |
Color Harmonies of #D81A05
Complementary color
Monochromatic Colors of #D81A05
Black with #D81A05
Text Example
Text Example
White with #D81A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A05; }
p { color: rgb(216,26,5); }
H1.HeaderClassName
{
color: #D81A05;
}
.AnyTagClassName
{
color: #D81A05;
}
</style>
background-color css
<style>
a { background-color: #D81A05; }
a { background-color: rgb(216,26,5); }
div.DivClassName
{
background-color: #D81A05;
}
.BgClassName
{
background-color: #D81A05;
}
</style>
border-color css
<style>
span { border-color: #D81A05; }
span { border-color: rgb(216,26,5); }
td.TdClassName
{
border-color: #D81A05;
}
.TagClassName
{
border-color: #D81A05;
}
</style>