Html Css Color HEX #D04221 Harley Davidson Orange
📋 copy color: '#D04221'red 208 ◦ green 66 ◦ blue 33
Shades of Harley Davidson Orange #D04221
Tints of Harley Davidson Orange #D04221
RGB
CMYK
RGB Variations
Color information
#D04221 (or 0xD04221) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 21. RGB value is (208,66,33). Sum of RGB (Red+Green+Blue) = 208+66+33=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D04221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04221 is #2FBDDE. Grayscale: #686868. Windows color (decimal): -3128799 or 2179792. OLE color: 2179792.
HSL color Cylindrical-coordinate representation of color #D04221: hue angle of 11.31º 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 #D04221 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 33 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.18 |
| HSL | 11.31º | 0.73% | 0.47% | - |
| HSV(B) | 11.31º | 0.84% | 0.82% | - |
| XYZ | 28.24 | 17.42 | 3.31 | - |
| YUV | 104.7 | 87.54 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 33 | 0 | 0.68 | 0.84 | 0.18 | 11.31 | 0.73 | 0.47 |
| Hex | D0 | 42 | 21 | 0 | 44 | 54 | 12 | B | 49 | 2F |
| Octal | 320 | 102 | 41 | 0 | 104 | 124 | 22 | 13 | 111 | 57 |
| Binary | 11010000 | 1000010 | 100001 | 0 | 1000100 | 1010100 | 10010 | 1011 | 1001001 | 101111 |
Color Harmonies of #D04221
Complementary color
Monochromatic Colors of #D04221
Black with #D04221
Text Example
Text Example
White with #D04221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04221; }
p { color: rgb(208,66,33); }
H1.HeaderClassName
{
color: #D04221;
}
.AnyTagClassName
{
color: #D04221;
}
</style>
background-color css
<style>
a { background-color: #D04221; }
a { background-color: rgb(208,66,33); }
div.DivClassName
{
background-color: #D04221;
}
.BgClassName
{
background-color: #D04221;
}
</style>
border-color css
<style>
span { border-color: #D04221; }
span { border-color: rgb(208,66,33); }
td.TdClassName
{
border-color: #D04221;
}
.TagClassName
{
border-color: #D04221;
}
</style>