Html Css Color HEX #D0190D Harley Davidson Orange
📋 copy color: '#D0190D'red 208 ◦ green 25 ◦ blue 13
Shades of Harley Davidson Orange #D0190D
Tints of Harley Davidson Orange #D0190D
RGB
CMYK
RGB Variations
Color information
#D0190D (or 0xD0190D) is known color: Harley Davidson Orange. HEX triplet: D0, 19 and 0D. RGB value is (208,25,13). Sum of RGB (Red+Green+Blue) = 208+25+13=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D0190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0190D is #2FE6F2. Grayscale: #4E4E4E. Windows color (decimal): -3139315 or 858576. OLE color: 858576.
HSL color Cylindrical-coordinate representation of color #D0190D: hue angle of 3.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0190D is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 13 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.18 |
| HSL | 3.69º | 0.88% | 0.43% | - |
| HSV(B) | 3.69º | 0.94% | 0.82% | - |
| XYZ | 26.43 | 14.13 | 1.72 | - |
| YUV | 78.35 | 91.13 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 13 | 0 | 0.88 | 0.94 | 0.18 | 3.69 | 0.88 | 0.43 |
| Hex | D0 | 19 | D | 0 | 58 | 5E | 12 | 4 | 58 | 2B |
| Octal | 320 | 31 | 15 | 0 | 130 | 136 | 22 | 4 | 130 | 53 |
| Binary | 11010000 | 11001 | 1101 | 0 | 1011000 | 1011110 | 10010 | 100 | 1011000 | 101011 |
Color Harmonies of #D0190D
Complementary color
Monochromatic Colors of #D0190D
Black with #D0190D
Text Example
Text Example
White with #D0190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0190D; }
p { color: rgb(208,25,13); }
H1.HeaderClassName
{
color: #D0190D;
}
.AnyTagClassName
{
color: #D0190D;
}
</style>
background-color css
<style>
a { background-color: #D0190D; }
a { background-color: rgb(208,25,13); }
div.DivClassName
{
background-color: #D0190D;
}
.BgClassName
{
background-color: #D0190D;
}
</style>
border-color css
<style>
span { border-color: #D0190D; }
span { border-color: rgb(208,25,13); }
td.TdClassName
{
border-color: #D0190D;
}
.TagClassName
{
border-color: #D0190D;
}
</style>