Html Css Color HEX #D04021 Harley Davidson Orange
📋 copy color: '#D04021'red 208 ◦ green 64 ◦ blue 33
Shades of Harley Davidson Orange #D04021
Tints of Harley Davidson Orange #D04021
RGB
CMYK
RGB Variations
Color information
#D04021 (or 0xD04021) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 21. RGB value is (208,64,33). Sum of RGB (Red+Green+Blue) = 208+64+33=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D04021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04021 is #2FBFDE. Grayscale: #676767. Windows color (decimal): -3129311 or 2179280. OLE color: 2179280.
HSL color Cylindrical-coordinate representation of color #D04021: hue angle of 10.63º degrees, saturation: 0.73, 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 #D04021 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 33 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.18 |
| HSL | 10.63º | 0.73% | 0.47% | - |
| HSV(B) | 10.63º | 0.84% | 0.82% | - |
| XYZ | 28.12 | 17.19 | 3.27 | - |
| YUV | 103.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 33 | 0 | 0.69 | 0.84 | 0.18 | 10.63 | 0.73 | 0.47 |
| Hex | D0 | 40 | 21 | 0 | 45 | 54 | 12 | B | 49 | 2F |
| Octal | 320 | 100 | 41 | 0 | 105 | 124 | 22 | 13 | 111 | 57 |
| Binary | 11010000 | 1000000 | 100001 | 0 | 1000101 | 1010100 | 10010 | 1011 | 1001001 | 101111 |
Color Harmonies of #D04021
Complementary color
Monochromatic Colors of #D04021
Black with #D04021
Text Example
Text Example
White with #D04021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04021; }
p { color: rgb(208,64,33); }
H1.HeaderClassName
{
color: #D04021;
}
.AnyTagClassName
{
color: #D04021;
}
</style>
background-color css
<style>
a { background-color: #D04021; }
a { background-color: rgb(208,64,33); }
div.DivClassName
{
background-color: #D04021;
}
.BgClassName
{
background-color: #D04021;
}
</style>
border-color css
<style>
span { border-color: #D04021; }
span { border-color: rgb(208,64,33); }
td.TdClassName
{
border-color: #D04021;
}
.TagClassName
{
border-color: #D04021;
}
</style>