Html Css Color HEX #D81903 Harley Davidson Orange
📋 copy color: '#D81903'red 216 ◦ green 25 ◦ blue 3
Shades of Harley Davidson Orange #D81903
Tints of Harley Davidson Orange #D81903
RGB
CMYK
RGB Variations
Color information
#D81903 (or 0xD81903) is known color: Harley Davidson Orange. HEX triplet: D8, 19 and 03. RGB value is (216,25,3). Sum of RGB (Red+Green+Blue) = 216+25+3=244 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.52% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 216 - color contains mainly: red. Hex color #D81903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81903 is #27E6FC. Grayscale: #4F4F4F. Windows color (decimal): -2615037 or 203224. OLE color: 203224.
HSL color Cylindrical-coordinate representation of color #D81903: hue angle of 6.2º degrees, saturation: 0.97, 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 #D81903 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.15 |
| HSL | 6.2º | 0.97% | 0.43% | - |
| HSV(B) | 6.2º | 0.99% | 0.85% | - |
| XYZ | 28.68 | 15.3 | 1.53 | - |
| YUV | 79.6 | 84.78 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 3 | 0 | 0.88 | 0.99 | 0.15 | 6.2 | 0.97 | 0.43 |
| Hex | D8 | 19 | 3 | 0 | 58 | 63 | F | 6 | 61 | 2B |
| Octal | 330 | 31 | 3 | 0 | 130 | 143 | 17 | 6 | 141 | 53 |
| Binary | 11011000 | 11001 | 11 | 0 | 1011000 | 1100011 | 1111 | 110 | 1100001 | 101011 |
Color Harmonies of #D81903
Complementary color
Monochromatic Colors of #D81903
Black with #D81903
Text Example
Text Example
White with #D81903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81903; }
p { color: rgb(216,25,3); }
H1.HeaderClassName
{
color: #D81903;
}
.AnyTagClassName
{
color: #D81903;
}
</style>
background-color css
<style>
a { background-color: #D81903; }
a { background-color: rgb(216,25,3); }
div.DivClassName
{
background-color: #D81903;
}
.BgClassName
{
background-color: #D81903;
}
</style>
border-color css
<style>
span { border-color: #D81903; }
span { border-color: rgb(216,25,3); }
td.TdClassName
{
border-color: #D81903;
}
.TagClassName
{
border-color: #D81903;
}
</style>