Html Css Color HEX #D04118 Harley Davidson Orange
📋 copy color: '#D04118'red 208 ◦ green 65 ◦ blue 24
Shades of Harley Davidson Orange #D04118
Tints of Harley Davidson Orange #D04118
RGB
CMYK
RGB Variations
Color information
#D04118 (or 0xD04118) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 18. RGB value is (208,65,24). Sum of RGB (Red+Green+Blue) = 208+65+24=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D04118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04118 is #2FBEE7. Grayscale: #676767. Windows color (decimal): -3129064 or 1589712. OLE color: 1589712.
HSL color Cylindrical-coordinate representation of color #D04118: hue angle of 13.37º 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 #D04118 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 24 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.18 |
| HSL | 13.37º | 0.79% | 0.45% | - |
| HSV(B) | 13.37º | 0.88% | 0.82% | - |
| XYZ | 28.07 | 17.26 | 2.72 | - |
| YUV | 103.08 | 83.38 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 24 | 0 | 0.69 | 0.88 | 0.18 | 13.37 | 0.79 | 0.45 |
| Hex | D0 | 41 | 18 | 0 | 45 | 58 | 12 | D | 4F | 2D |
| Octal | 320 | 101 | 30 | 0 | 105 | 130 | 22 | 15 | 117 | 55 |
| Binary | 11010000 | 1000001 | 11000 | 0 | 1000101 | 1011000 | 10010 | 1101 | 1001111 | 101101 |
Color Harmonies of #D04118
Complementary color
Monochromatic Colors of #D04118
Black with #D04118
Text Example
Text Example
White with #D04118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04118; }
p { color: rgb(208,65,24); }
H1.HeaderClassName
{
color: #D04118;
}
.AnyTagClassName
{
color: #D04118;
}
</style>
background-color css
<style>
a { background-color: #D04118; }
a { background-color: rgb(208,65,24); }
div.DivClassName
{
background-color: #D04118;
}
.BgClassName
{
background-color: #D04118;
}
</style>
border-color css
<style>
span { border-color: #D04118; }
span { border-color: rgb(208,65,24); }
td.TdClassName
{
border-color: #D04118;
}
.TagClassName
{
border-color: #D04118;
}
</style>