Html Css Color HEX #D04813 Harley Davidson Orange
📋 copy color: '#D04813'red 208 ◦ green 72 ◦ blue 19
Shades of Harley Davidson Orange #D04813
Tints of Harley Davidson Orange #D04813
RGB
CMYK
RGB Variations
Color information
#D04813 (or 0xD04813) is known color: Harley Davidson Orange. HEX triplet: D0, 48 and 13. RGB value is (208,72,19). Sum of RGB (Red+Green+Blue) = 208+72+19=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D04813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04813 is #2FB7EC. Grayscale: #6A6A6A. Windows color (decimal): -3127277 or 1263824. OLE color: 1263824.
HSL color Cylindrical-coordinate representation of color #D04813: hue angle of 16.83º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D04813 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 19 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.18 |
| HSL | 16.83º | 0.83% | 0.45% | - |
| HSV(B) | 16.83º | 0.91% | 0.82% | - |
| XYZ | 28.45 | 18.09 | 2.61 | - |
| YUV | 106.62 | 78.56 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 19 | 0 | 0.65 | 0.91 | 0.18 | 16.83 | 0.83 | 0.45 |
| Hex | D0 | 48 | 13 | 0 | 41 | 5B | 12 | 11 | 53 | 2D |
| Octal | 320 | 110 | 23 | 0 | 101 | 133 | 22 | 21 | 123 | 55 |
| Binary | 11010000 | 1001000 | 10011 | 0 | 1000001 | 1011011 | 10010 | 10001 | 1010011 | 101101 |
Color Harmonies of #D04813
Complementary color
Monochromatic Colors of #D04813
Black with #D04813
Text Example
Text Example
White with #D04813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04813; }
p { color: rgb(208,72,19); }
H1.HeaderClassName
{
color: #D04813;
}
.AnyTagClassName
{
color: #D04813;
}
</style>
background-color css
<style>
a { background-color: #D04813; }
a { background-color: rgb(208,72,19); }
div.DivClassName
{
background-color: #D04813;
}
.BgClassName
{
background-color: #D04813;
}
</style>
border-color css
<style>
span { border-color: #D04813; }
span { border-color: rgb(208,72,19); }
td.TdClassName
{
border-color: #D04813;
}
.TagClassName
{
border-color: #D04813;
}
</style>