Html Css Color HEX #D04412 Harley Davidson Orange
📋 copy color: '#D04412'red 208 ◦ green 68 ◦ blue 18
Shades of Harley Davidson Orange #D04412
Tints of Harley Davidson Orange #D04412
RGB
CMYK
RGB Variations
Color information
#D04412 (or 0xD04412) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 12. RGB value is (208,68,18). Sum of RGB (Red+Green+Blue) = 208+68+18=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D04412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04412 is #2FBBED. Grayscale: #686868. Windows color (decimal): -3128302 or 1197264. OLE color: 1197264.
HSL color Cylindrical-coordinate representation of color #D04412: hue angle of 15.79º 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 #D04412 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.18 |
| HSL | 15.79º | 0.84% | 0.44% | - |
| HSV(B) | 15.79º | 0.91% | 0.82% | - |
| XYZ | 28.19 | 17.59 | 2.48 | - |
| YUV | 104.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 18 | 0 | 0.67 | 0.91 | 0.18 | 15.79 | 0.84 | 0.44 |
| Hex | D0 | 44 | 12 | 0 | 43 | 5B | 12 | 10 | 54 | 2C |
| Octal | 320 | 104 | 22 | 0 | 103 | 133 | 22 | 20 | 124 | 54 |
| Binary | 11010000 | 1000100 | 10010 | 0 | 1000011 | 1011011 | 10010 | 10000 | 1010100 | 101100 |
Color Harmonies of #D04412
Complementary color
Monochromatic Colors of #D04412
Black with #D04412
Text Example
Text Example
White with #D04412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04412; }
p { color: rgb(208,68,18); }
H1.HeaderClassName
{
color: #D04412;
}
.AnyTagClassName
{
color: #D04412;
}
</style>
background-color css
<style>
a { background-color: #D04412; }
a { background-color: rgb(208,68,18); }
div.DivClassName
{
background-color: #D04412;
}
.BgClassName
{
background-color: #D04412;
}
</style>
border-color css
<style>
span { border-color: #D04412; }
span { border-color: rgb(208,68,18); }
td.TdClassName
{
border-color: #D04412;
}
.TagClassName
{
border-color: #D04412;
}
</style>