Html Css Color HEX #D8190A Harley Davidson Orange
📋 copy color: '#D8190A'red 216 ◦ green 25 ◦ blue 10
Shades of Harley Davidson Orange #D8190A
Tints of Harley Davidson Orange #D8190A
RGB
CMYK
RGB Variations
Color information
#D8190A (or 0xD8190A) is known color: Harley Davidson Orange. HEX triplet: D8, 19 and 0A. RGB value is (216,25,10). Sum of RGB (Red+Green+Blue) = 216+25+10=251 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.06% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 216 - color contains mainly: red. Hex color #D8190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8190A is #27E6F5. Grayscale: #505050. Windows color (decimal): -2615030 or 661976. OLE color: 661976.
HSL color Cylindrical-coordinate representation of color #D8190A: hue angle of 4.37º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8190A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 10 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.15 |
| HSL | 4.37º | 0.91% | 0.44% | - |
| HSV(B) | 4.37º | 0.95% | 0.85% | - |
| XYZ | 28.72 | 15.32 | 1.73 | - |
| YUV | 80.4 | 88.28 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 10 | 0 | 0.88 | 0.95 | 0.15 | 4.37 | 0.91 | 0.44 |
| Hex | D8 | 19 | A | 0 | 58 | 5F | F | 4 | 5B | 2C |
| Octal | 330 | 31 | 12 | 0 | 130 | 137 | 17 | 4 | 133 | 54 |
| Binary | 11011000 | 11001 | 1010 | 0 | 1011000 | 1011111 | 1111 | 100 | 1011011 | 101100 |
Color Harmonies of #D8190A
Complementary color
Monochromatic Colors of #D8190A
Black with #D8190A
Text Example
Text Example
White with #D8190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8190A; }
p { color: rgb(216,25,10); }
H1.HeaderClassName
{
color: #D8190A;
}
.AnyTagClassName
{
color: #D8190A;
}
</style>
background-color css
<style>
a { background-color: #D8190A; }
a { background-color: rgb(216,25,10); }
div.DivClassName
{
background-color: #D8190A;
}
.BgClassName
{
background-color: #D8190A;
}
</style>
border-color css
<style>
span { border-color: #D8190A; }
span { border-color: rgb(216,25,10); }
td.TdClassName
{
border-color: #D8190A;
}
.TagClassName
{
border-color: #D8190A;
}
</style>