Html Css Color HEX #D04215 Harley Davidson Orange
📋 copy color: '#D04215'red 208 ◦ green 66 ◦ blue 21
Shades of Harley Davidson Orange #D04215
Tints of Harley Davidson Orange #D04215
RGB
CMYK
RGB Variations
Color information
#D04215 (or 0xD04215) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 15. RGB value is (208,66,21). Sum of RGB (Red+Green+Blue) = 208+66+21=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04215 is #2FBDEA. Grayscale: #676767. Windows color (decimal): -3128811 or 1393360. OLE color: 1393360.
HSL color Cylindrical-coordinate representation of color #D04215: hue angle of 14.44º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D04215 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.18 |
| HSL | 14.44º | 0.82% | 0.45% | - |
| HSV(B) | 14.44º | 0.9% | 0.82% | - |
| XYZ | 28.1 | 17.36 | 2.58 | - |
| YUV | 103.33 | 81.54 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 21 | 0 | 0.68 | 0.90 | 0.18 | 14.44 | 0.82 | 0.45 |
| Hex | D0 | 42 | 15 | 0 | 44 | 5A | 12 | E | 52 | 2D |
| Octal | 320 | 102 | 25 | 0 | 104 | 132 | 22 | 16 | 122 | 55 |
| Binary | 11010000 | 1000010 | 10101 | 0 | 1000100 | 1011010 | 10010 | 1110 | 1010010 | 101101 |
Color Harmonies of #D04215
Complementary color
Monochromatic Colors of #D04215
Black with #D04215
Text Example
Text Example
White with #D04215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04215; }
p { color: rgb(208,66,21); }
H1.HeaderClassName
{
color: #D04215;
}
.AnyTagClassName
{
color: #D04215;
}
</style>
background-color css
<style>
a { background-color: #D04215; }
a { background-color: rgb(208,66,21); }
div.DivClassName
{
background-color: #D04215;
}
.BgClassName
{
background-color: #D04215;
}
</style>
border-color css
<style>
span { border-color: #D04215; }
span { border-color: rgb(208,66,21); }
td.TdClassName
{
border-color: #D04215;
}
.TagClassName
{
border-color: #D04215;
}
</style>