Html Css Color HEX #D04315 Harley Davidson Orange
📋 copy color: '#D04315'red 208 ◦ green 67 ◦ blue 21
Shades of Harley Davidson Orange #D04315
Tints of Harley Davidson Orange #D04315
RGB
CMYK
RGB Variations
Color information
#D04315 (or 0xD04315) is known color: Harley Davidson Orange. HEX triplet: D0, 43 and 15. RGB value is (208,67,21). Sum of RGB (Red+Green+Blue) = 208+67+21=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D04315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04315 is #2FBCEA. Grayscale: #686868. Windows color (decimal): -3128555 or 1393616. OLE color: 1393616.
HSL color Cylindrical-coordinate representation of color #D04315: hue angle of 14.76º 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 #D04315 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.18 |
| HSL | 14.76º | 0.82% | 0.45% | - |
| HSV(B) | 14.76º | 0.9% | 0.82% | - |
| XYZ | 28.15 | 17.48 | 2.6 | - |
| YUV | 103.92 | 81.21 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 21 | 0 | 0.68 | 0.90 | 0.18 | 14.76 | 0.82 | 0.45 |
| Hex | D0 | 43 | 15 | 0 | 44 | 5A | 12 | F | 52 | 2D |
| Octal | 320 | 103 | 25 | 0 | 104 | 132 | 22 | 17 | 122 | 55 |
| Binary | 11010000 | 1000011 | 10101 | 0 | 1000100 | 1011010 | 10010 | 1111 | 1010010 | 101101 |
Color Harmonies of #D04315
Complementary color
Monochromatic Colors of #D04315
Black with #D04315
Text Example
Text Example
White with #D04315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04315; }
p { color: rgb(208,67,21); }
H1.HeaderClassName
{
color: #D04315;
}
.AnyTagClassName
{
color: #D04315;
}
</style>
background-color css
<style>
a { background-color: #D04315; }
a { background-color: rgb(208,67,21); }
div.DivClassName
{
background-color: #D04315;
}
.BgClassName
{
background-color: #D04315;
}
</style>
border-color css
<style>
span { border-color: #D04315; }
span { border-color: rgb(208,67,21); }
td.TdClassName
{
border-color: #D04315;
}
.TagClassName
{
border-color: #D04315;
}
</style>