Html Css Color HEX #D0260E Harley Davidson Orange
📋 copy color: '#D0260E'red 208 ◦ green 38 ◦ blue 14
Shades of Harley Davidson Orange #D0260E
Tints of Harley Davidson Orange #D0260E
RGB
CMYK
RGB Variations
Color information
#D0260E (or 0xD0260E) is known color: Harley Davidson Orange. HEX triplet: D0, 26 and 0E. RGB value is (208,38,14). Sum of RGB (Red+Green+Blue) = 208+38+14=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D0260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0260E is #2FD9F1. Grayscale: #565656. Windows color (decimal): -3135986 or 927440. OLE color: 927440.
HSL color Cylindrical-coordinate representation of color #D0260E: hue angle of 7.42º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0260E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 14 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.18 |
| HSL | 7.42º | 0.87% | 0.44% | - |
| HSV(B) | 7.42º | 0.93% | 0.82% | - |
| XYZ | 26.78 | 14.83 | 1.87 | - |
| YUV | 86.09 | 87.32 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 14 | 0 | 0.82 | 0.93 | 0.18 | 7.42 | 0.87 | 0.44 |
| Hex | D0 | 26 | E | 0 | 52 | 5D | 12 | 7 | 57 | 2C |
| Octal | 320 | 46 | 16 | 0 | 122 | 135 | 22 | 7 | 127 | 54 |
| Binary | 11010000 | 100110 | 1110 | 0 | 1010010 | 1011101 | 10010 | 111 | 1010111 | 101100 |
Color Harmonies of #D0260E
Complementary color
Monochromatic Colors of #D0260E
Black with #D0260E
Text Example
Text Example
White with #D0260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0260E; }
p { color: rgb(208,38,14); }
H1.HeaderClassName
{
color: #D0260E;
}
.AnyTagClassName
{
color: #D0260E;
}
</style>
background-color css
<style>
a { background-color: #D0260E; }
a { background-color: rgb(208,38,14); }
div.DivClassName
{
background-color: #D0260E;
}
.BgClassName
{
background-color: #D0260E;
}
</style>
border-color css
<style>
span { border-color: #D0260E; }
span { border-color: rgb(208,38,14); }
td.TdClassName
{
border-color: #D0260E;
}
.TagClassName
{
border-color: #D0260E;
}
</style>