Html Css Color HEX #D81E02 Harley Davidson Orange
📋 copy color: '#D81E02'red 216 ◦ green 30 ◦ blue 2
Shades of Harley Davidson Orange #D81E02
Tints of Harley Davidson Orange #D81E02
RGB
CMYK
RGB Variations
Color information
#D81E02 (or 0xD81E02) is known color: Harley Davidson Orange. HEX triplet: D8, 1E and 02. RGB value is (216,30,2). Sum of RGB (Red+Green+Blue) = 216+30+2=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81E02 is #27E1FD. Grayscale: #525252. Windows color (decimal): -2613758 or 138968. OLE color: 138968.
HSL color Cylindrical-coordinate representation of color #D81E02: hue angle of 7.85º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D81E02 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.15 |
| HSL | 7.85º | 0.98% | 0.43% | - |
| HSV(B) | 7.85º | 0.99% | 0.85% | - |
| XYZ | 28.79 | 15.53 | 1.54 | - |
| YUV | 82.42 | 82.62 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 2 | 0 | 0.86 | 0.99 | 0.15 | 7.85 | 0.98 | 0.43 |
| Hex | D8 | 1E | 2 | 0 | 56 | 63 | F | 8 | 62 | 2B |
| Octal | 330 | 36 | 2 | 0 | 126 | 143 | 17 | 10 | 142 | 53 |
| Binary | 11011000 | 11110 | 10 | 0 | 1010110 | 1100011 | 1111 | 1000 | 1100010 | 101011 |
Color Harmonies of #D81E02
Complementary color
Monochromatic Colors of #D81E02
Black with #D81E02
Text Example
Text Example
White with #D81E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E02; }
p { color: rgb(216,30,2); }
H1.HeaderClassName
{
color: #D81E02;
}
.AnyTagClassName
{
color: #D81E02;
}
</style>
background-color css
<style>
a { background-color: #D81E02; }
a { background-color: rgb(216,30,2); }
div.DivClassName
{
background-color: #D81E02;
}
.BgClassName
{
background-color: #D81E02;
}
</style>
border-color css
<style>
span { border-color: #D81E02; }
span { border-color: rgb(216,30,2); }
td.TdClassName
{
border-color: #D81E02;
}
.TagClassName
{
border-color: #D81E02;
}
</style>