Html Css Color HEX #D02819 Harley Davidson Orange
📋 copy color: '#D02819'red 208 ◦ green 40 ◦ blue 25
Shades of Harley Davidson Orange #D02819
Tints of Harley Davidson Orange #D02819
RGB
CMYK
RGB Variations
Color information
#D02819 (or 0xD02819) is known color: Harley Davidson Orange. HEX triplet: D0, 28 and 19. RGB value is (208,40,25). Sum of RGB (Red+Green+Blue) = 208+40+25=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D02819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02819 is #2FD7E6. Grayscale: #585858. Windows color (decimal): -3135463 or 1648848. OLE color: 1648848.
HSL color Cylindrical-coordinate representation of color #D02819: hue angle of 4.92º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D02819 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 25 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.18 |
| HSL | 4.92º | 0.79% | 0.46% | - |
| HSV(B) | 4.92º | 0.88% | 0.82% | - |
| XYZ | 26.95 | 15 | 2.39 | - |
| YUV | 88.52 | 92.16 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 25 | 0 | 0.81 | 0.88 | 0.18 | 4.92 | 0.79 | 0.46 |
| Hex | D0 | 28 | 19 | 0 | 51 | 58 | 12 | 5 | 4F | 2E |
| Octal | 320 | 50 | 31 | 0 | 121 | 130 | 22 | 5 | 117 | 56 |
| Binary | 11010000 | 101000 | 11001 | 0 | 1010001 | 1011000 | 10010 | 101 | 1001111 | 101110 |
Color Harmonies of #D02819
Complementary color
Monochromatic Colors of #D02819
Black with #D02819
Text Example
Text Example
White with #D02819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02819; }
p { color: rgb(208,40,25); }
H1.HeaderClassName
{
color: #D02819;
}
.AnyTagClassName
{
color: #D02819;
}
</style>
background-color css
<style>
a { background-color: #D02819; }
a { background-color: rgb(208,40,25); }
div.DivClassName
{
background-color: #D02819;
}
.BgClassName
{
background-color: #D02819;
}
</style>
border-color css
<style>
span { border-color: #D02819; }
span { border-color: rgb(208,40,25); }
td.TdClassName
{
border-color: #D02819;
}
.TagClassName
{
border-color: #D02819;
}
</style>