Html Css Color HEX #D8190D Harley Davidson Orange
📋 copy color: '#D8190D'red 216 ◦ green 25 ◦ blue 13
Shades of Harley Davidson Orange #D8190D
Tints of Harley Davidson Orange #D8190D
RGB
CMYK
RGB Variations
Color information
#D8190D (or 0xD8190D) is known color: Harley Davidson Orange. HEX triplet: D8, 19 and 0D. RGB value is (216,25,13). Sum of RGB (Red+Green+Blue) = 216+25+13=254 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.04% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 216 - color contains mainly: red. Hex color #D8190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8190D is #27E6F2. Grayscale: #505050. Windows color (decimal): -2615027 or 858584. OLE color: 858584.
HSL color Cylindrical-coordinate representation of color #D8190D: hue angle of 3.55º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8190D is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 13 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.15 |
| HSL | 3.55º | 0.89% | 0.45% | - |
| HSV(B) | 3.55º | 0.94% | 0.85% | - |
| XYZ | 28.74 | 15.32 | 1.82 | - |
| YUV | 80.74 | 89.78 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 13 | 0 | 0.88 | 0.94 | 0.15 | 3.55 | 0.89 | 0.45 |
| Hex | D8 | 19 | D | 0 | 58 | 5E | F | 4 | 59 | 2D |
| Octal | 330 | 31 | 15 | 0 | 130 | 136 | 17 | 4 | 131 | 55 |
| Binary | 11011000 | 11001 | 1101 | 0 | 1011000 | 1011110 | 1111 | 100 | 1011001 | 101101 |
Color Harmonies of #D8190D
Complementary color
Monochromatic Colors of #D8190D
Black with #D8190D
Text Example
Text Example
White with #D8190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8190D; }
p { color: rgb(216,25,13); }
H1.HeaderClassName
{
color: #D8190D;
}
.AnyTagClassName
{
color: #D8190D;
}
</style>
background-color css
<style>
a { background-color: #D8190D; }
a { background-color: rgb(216,25,13); }
div.DivClassName
{
background-color: #D8190D;
}
.BgClassName
{
background-color: #D8190D;
}
</style>
border-color css
<style>
span { border-color: #D8190D; }
span { border-color: rgb(216,25,13); }
td.TdClassName
{
border-color: #D8190D;
}
.TagClassName
{
border-color: #D8190D;
}
</style>