Html Css Color HEX #D02616 Harley Davidson Orange
📋 copy color: '#D02616'red 208 ◦ green 38 ◦ blue 22
Shades of Harley Davidson Orange #D02616
Tints of Harley Davidson Orange #D02616
RGB
CMYK
RGB Variations
Color information
#D02616 (or 0xD02616) is known color: Harley Davidson Orange. HEX triplet: D0, 26 and 16. RGB value is (208,38,22). Sum of RGB (Red+Green+Blue) = 208+38+22=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D02616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02616 is #2FD9E9. Grayscale: #575757. Windows color (decimal): -3135978 or 1451728. OLE color: 1451728.
HSL color Cylindrical-coordinate representation of color #D02616: hue angle of 5.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D02616 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 22 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.18 |
| HSL | 5.16º | 0.81% | 0.45% | - |
| HSV(B) | 5.16º | 0.89% | 0.82% | - |
| XYZ | 26.85 | 14.85 | 2.21 | - |
| YUV | 87.01 | 91.32 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 22 | 0 | 0.82 | 0.89 | 0.18 | 5.16 | 0.81 | 0.45 |
| Hex | D0 | 26 | 16 | 0 | 52 | 59 | 12 | 5 | 51 | 2D |
| Octal | 320 | 46 | 26 | 0 | 122 | 131 | 22 | 5 | 121 | 55 |
| Binary | 11010000 | 100110 | 10110 | 0 | 1010010 | 1011001 | 10010 | 101 | 1010001 | 101101 |
Color Harmonies of #D02616
Complementary color
Monochromatic Colors of #D02616
Black with #D02616
Text Example
Text Example
White with #D02616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02616; }
p { color: rgb(208,38,22); }
H1.HeaderClassName
{
color: #D02616;
}
.AnyTagClassName
{
color: #D02616;
}
</style>
background-color css
<style>
a { background-color: #D02616; }
a { background-color: rgb(208,38,22); }
div.DivClassName
{
background-color: #D02616;
}
.BgClassName
{
background-color: #D02616;
}
</style>
border-color css
<style>
span { border-color: #D02616; }
span { border-color: rgb(208,38,22); }
td.TdClassName
{
border-color: #D02616;
}
.TagClassName
{
border-color: #D02616;
}
</style>