Html Css Color HEX #D81913 Harley Davidson Orange
📋 copy color: '#D81913'red 216 ◦ green 25 ◦ blue 19
Shades of Harley Davidson Orange #D81913
Tints of Harley Davidson Orange #D81913
RGB
CMYK
RGB Variations
Color information
#D81913 (or 0xD81913) is known color: Harley Davidson Orange. HEX triplet: D8, 19 and 13. RGB value is (216,25,19). Sum of RGB (Red+Green+Blue) = 216+25+19=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D81913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D81913 is #27E6EC. Grayscale: #515151. Windows color (decimal): -2615021 or 1251800. OLE color: 1251800.
HSL color Cylindrical-coordinate representation of color #D81913: hue angle of 1.83º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81913 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 19 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.15 |
| HSL | 1.83º | 0.84% | 0.46% | - |
| HSV(B) | 1.83º | 0.91% | 0.85% | - |
| XYZ | 28.78 | 15.34 | 2.06 | - |
| YUV | 81.43 | 92.78 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 19 | 0 | 0.88 | 0.91 | 0.15 | 1.83 | 0.84 | 0.46 |
| Hex | D8 | 19 | 13 | 0 | 58 | 5B | F | 2 | 54 | 2E |
| Octal | 330 | 31 | 23 | 0 | 130 | 133 | 17 | 2 | 124 | 56 |
| Binary | 11011000 | 11001 | 10011 | 0 | 1011000 | 1011011 | 1111 | 10 | 1010100 | 101110 |
Color Harmonies of #D81913
Complementary color
Monochromatic Colors of #D81913
Black with #D81913
Text Example
Text Example
White with #D81913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81913; }
p { color: rgb(216,25,19); }
H1.HeaderClassName
{
color: #D81913;
}
.AnyTagClassName
{
color: #D81913;
}
</style>
background-color css
<style>
a { background-color: #D81913; }
a { background-color: rgb(216,25,19); }
div.DivClassName
{
background-color: #D81913;
}
.BgClassName
{
background-color: #D81913;
}
</style>
border-color css
<style>
span { border-color: #D81913; }
span { border-color: rgb(216,25,19); }
td.TdClassName
{
border-color: #D81913;
}
.TagClassName
{
border-color: #D81913;
}
</style>