Html Css Color HEX #D04712 Harley Davidson Orange
📋 copy color: '#D04712'red 208 ◦ green 71 ◦ blue 18
Shades of Harley Davidson Orange #D04712
Tints of Harley Davidson Orange #D04712
RGB
CMYK
RGB Variations
Color information
#D04712 (or 0xD04712) is known color: Harley Davidson Orange. HEX triplet: D0, 47 and 12. RGB value is (208,71,18). Sum of RGB (Red+Green+Blue) = 208+71+18=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D04712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04712 is #2FB8ED. Grayscale: #6A6A6A. Windows color (decimal): -3127534 or 1198032. OLE color: 1198032.
HSL color Cylindrical-coordinate representation of color #D04712: hue angle of 16.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D04712 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.18 |
| HSL | 16.74º | 0.84% | 0.44% | - |
| HSV(B) | 16.74º | 0.91% | 0.82% | - |
| XYZ | 28.37 | 17.96 | 2.54 | - |
| YUV | 105.92 | 78.39 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 18 | 0 | 0.66 | 0.91 | 0.18 | 16.74 | 0.84 | 0.44 |
| Hex | D0 | 47 | 12 | 0 | 42 | 5B | 12 | 11 | 54 | 2C |
| Octal | 320 | 107 | 22 | 0 | 102 | 133 | 22 | 21 | 124 | 54 |
| Binary | 11010000 | 1000111 | 10010 | 0 | 1000010 | 1011011 | 10010 | 10001 | 1010100 | 101100 |
Color Harmonies of #D04712
Complementary color
Monochromatic Colors of #D04712
Black with #D04712
Text Example
Text Example
White with #D04712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04712; }
p { color: rgb(208,71,18); }
H1.HeaderClassName
{
color: #D04712;
}
.AnyTagClassName
{
color: #D04712;
}
</style>
background-color css
<style>
a { background-color: #D04712; }
a { background-color: rgb(208,71,18); }
div.DivClassName
{
background-color: #D04712;
}
.BgClassName
{
background-color: #D04712;
}
</style>
border-color css
<style>
span { border-color: #D04712; }
span { border-color: rgb(208,71,18); }
td.TdClassName
{
border-color: #D04712;
}
.TagClassName
{
border-color: #D04712;
}
</style>