Html Css Color HEX #D04112 Harley Davidson Orange
📋 copy color: '#D04112'red 208 ◦ green 65 ◦ blue 18
Shades of Harley Davidson Orange #D04112
Tints of Harley Davidson Orange #D04112
RGB
CMYK
RGB Variations
Color information
#D04112 (or 0xD04112) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 12. RGB value is (208,65,18). Sum of RGB (Red+Green+Blue) = 208+65+18=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D04112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04112 is #2FBEED. Grayscale: #666666. Windows color (decimal): -3129070 or 1196496. OLE color: 1196496.
HSL color Cylindrical-coordinate representation of color #D04112: hue angle of 14.84º 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 #D04112 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 18 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.18 |
| HSL | 14.84º | 0.84% | 0.44% | - |
| HSV(B) | 14.84º | 0.91% | 0.82% | - |
| XYZ | 28.01 | 17.23 | 2.42 | - |
| YUV | 102.4 | 80.38 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 18 | 0 | 0.69 | 0.91 | 0.18 | 14.84 | 0.84 | 0.44 |
| Hex | D0 | 41 | 12 | 0 | 45 | 5B | 12 | F | 54 | 2C |
| Octal | 320 | 101 | 22 | 0 | 105 | 133 | 22 | 17 | 124 | 54 |
| Binary | 11010000 | 1000001 | 10010 | 0 | 1000101 | 1011011 | 10010 | 1111 | 1010100 | 101100 |
Color Harmonies of #D04112
Complementary color
Monochromatic Colors of #D04112
Black with #D04112
Text Example
Text Example
White with #D04112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04112; }
p { color: rgb(208,65,18); }
H1.HeaderClassName
{
color: #D04112;
}
.AnyTagClassName
{
color: #D04112;
}
</style>
background-color css
<style>
a { background-color: #D04112; }
a { background-color: rgb(208,65,18); }
div.DivClassName
{
background-color: #D04112;
}
.BgClassName
{
background-color: #D04112;
}
</style>
border-color css
<style>
span { border-color: #D04112; }
span { border-color: rgb(208,65,18); }
td.TdClassName
{
border-color: #D04112;
}
.TagClassName
{
border-color: #D04112;
}
</style>