Html Css Color HEX #D04119 Harley Davidson Orange
📋 copy color: '#D04119'red 208 ◦ green 65 ◦ blue 25
Shades of Harley Davidson Orange #D04119
Tints of Harley Davidson Orange #D04119
RGB
CMYK
RGB Variations
Color information
#D04119 (or 0xD04119) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 19. RGB value is (208,65,25). Sum of RGB (Red+Green+Blue) = 208+65+25=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04119 is #2FBEE6. Grayscale: #676767. Windows color (decimal): -3129063 or 1655248. OLE color: 1655248.
HSL color Cylindrical-coordinate representation of color #D04119: hue angle of 13.11º 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 #D04119 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 25 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.18 |
| HSL | 13.11º | 0.79% | 0.46% | - |
| HSV(B) | 13.11º | 0.88% | 0.82% | - |
| XYZ | 28.08 | 17.26 | 2.77 | - |
| YUV | 103.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 25 | 0 | 0.69 | 0.88 | 0.18 | 13.11 | 0.79 | 0.46 |
| Hex | D0 | 41 | 19 | 0 | 45 | 58 | 12 | D | 4F | 2E |
| Octal | 320 | 101 | 31 | 0 | 105 | 130 | 22 | 15 | 117 | 56 |
| Binary | 11010000 | 1000001 | 11001 | 0 | 1000101 | 1011000 | 10010 | 1101 | 1001111 | 101110 |
Color Harmonies of #D04119
Complementary color
Monochromatic Colors of #D04119
Black with #D04119
Text Example
Text Example
White with #D04119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04119; }
p { color: rgb(208,65,25); }
H1.HeaderClassName
{
color: #D04119;
}
.AnyTagClassName
{
color: #D04119;
}
</style>
background-color css
<style>
a { background-color: #D04119; }
a { background-color: rgb(208,65,25); }
div.DivClassName
{
background-color: #D04119;
}
.BgClassName
{
background-color: #D04119;
}
</style>
border-color css
<style>
span { border-color: #D04119; }
span { border-color: rgb(208,65,25); }
td.TdClassName
{
border-color: #D04119;
}
.TagClassName
{
border-color: #D04119;
}
</style>