Html Css Color HEX #D04018 Harley Davidson Orange
📋 copy color: '#D04018'red 208 ◦ green 64 ◦ blue 24
Shades of Harley Davidson Orange #D04018
Tints of Harley Davidson Orange #D04018
RGB
CMYK
RGB Variations
Color information
#D04018 (or 0xD04018) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 18. RGB value is (208,64,24). Sum of RGB (Red+Green+Blue) = 208+64+24=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D04018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04018 is #2FBFE7. Grayscale: #666666. Windows color (decimal): -3129320 or 1589456. OLE color: 1589456.
HSL color Cylindrical-coordinate representation of color #D04018: hue angle of 13.04º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D04018 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 24 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.18 |
| HSL | 13.04º | 0.79% | 0.45% | - |
| HSV(B) | 13.04º | 0.88% | 0.82% | - |
| XYZ | 28.01 | 17.14 | 2.7 | - |
| YUV | 102.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 24 | 0 | 0.69 | 0.88 | 0.18 | 13.04 | 0.79 | 0.45 |
| Hex | D0 | 40 | 18 | 0 | 45 | 58 | 12 | D | 4F | 2D |
| Octal | 320 | 100 | 30 | 0 | 105 | 130 | 22 | 15 | 117 | 55 |
| Binary | 11010000 | 1000000 | 11000 | 0 | 1000101 | 1011000 | 10010 | 1101 | 1001111 | 101101 |
Color Harmonies of #D04018
Complementary color
Monochromatic Colors of #D04018
Black with #D04018
Text Example
Text Example
White with #D04018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04018; }
p { color: rgb(208,64,24); }
H1.HeaderClassName
{
color: #D04018;
}
.AnyTagClassName
{
color: #D04018;
}
</style>
background-color css
<style>
a { background-color: #D04018; }
a { background-color: rgb(208,64,24); }
div.DivClassName
{
background-color: #D04018;
}
.BgClassName
{
background-color: #D04018;
}
</style>
border-color css
<style>
span { border-color: #D04018; }
span { border-color: rgb(208,64,24); }
td.TdClassName
{
border-color: #D04018;
}
.TagClassName
{
border-color: #D04018;
}
</style>