Html Css Color HEX #D04222 Harley Davidson Orange
📋 copy color: '#D04222'red 208 ◦ green 66 ◦ blue 34
Shades of Harley Davidson Orange #D04222
Tints of Harley Davidson Orange #D04222
RGB
CMYK
RGB Variations
Color information
#D04222 (or 0xD04222) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 22. RGB value is (208,66,34). Sum of RGB (Red+Green+Blue) = 208+66+34=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D04222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04222 is #2FBDDD. Grayscale: #696969. Windows color (decimal): -3128798 or 2245328. OLE color: 2245328.
HSL color Cylindrical-coordinate representation of color #D04222: hue angle of 11.03º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D04222 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 34 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.18 |
| HSL | 11.03º | 0.72% | 0.47% | - |
| HSV(B) | 11.03º | 0.84% | 0.82% | - |
| XYZ | 28.25 | 17.42 | 3.39 | - |
| YUV | 104.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 34 | 0 | 0.68 | 0.84 | 0.18 | 11.03 | 0.72 | 0.47 |
| Hex | D0 | 42 | 22 | 0 | 44 | 54 | 12 | B | 48 | 2F |
| Octal | 320 | 102 | 42 | 0 | 104 | 124 | 22 | 13 | 110 | 57 |
| Binary | 11010000 | 1000010 | 100010 | 0 | 1000100 | 1010100 | 10010 | 1011 | 1001000 | 101111 |
Color Harmonies of #D04222
Complementary color
Monochromatic Colors of #D04222
Black with #D04222
Text Example
Text Example
White with #D04222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04222; }
p { color: rgb(208,66,34); }
H1.HeaderClassName
{
color: #D04222;
}
.AnyTagClassName
{
color: #D04222;
}
</style>
background-color css
<style>
a { background-color: #D04222; }
a { background-color: rgb(208,66,34); }
div.DivClassName
{
background-color: #D04222;
}
.BgClassName
{
background-color: #D04222;
}
</style>
border-color css
<style>
span { border-color: #D04222; }
span { border-color: rgb(208,66,34); }
td.TdClassName
{
border-color: #D04222;
}
.TagClassName
{
border-color: #D04222;
}
</style>