Html Css Color HEX #D8260E Harley Davidson Orange
📋 copy color: '#D8260E'red 216 ◦ green 38 ◦ blue 14
Shades of Harley Davidson Orange #D8260E
Tints of Harley Davidson Orange #D8260E
RGB
CMYK
RGB Variations
Color information
#D8260E (or 0xD8260E) is known color: Harley Davidson Orange. HEX triplet: D8, 26 and 0E. RGB value is (216,38,14). Sum of RGB (Red+Green+Blue) = 216+38+14=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D8260E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8260E is #27D9F1. Grayscale: #585858. Windows color (decimal): -2611698 or 927448. OLE color: 927448.
HSL color Cylindrical-coordinate representation of color #D8260E: hue angle of 7.13º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8260E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.15 |
| HSL | 7.13º | 0.88% | 0.45% | - |
| HSV(B) | 7.13º | 0.94% | 0.85% | - |
| XYZ | 29.09 | 16.02 | 1.97 | - |
| YUV | 88.49 | 85.97 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 14 | 0 | 0.82 | 0.94 | 0.15 | 7.13 | 0.88 | 0.45 |
| Hex | D8 | 26 | E | 0 | 52 | 5E | F | 7 | 58 | 2D |
| Octal | 330 | 46 | 16 | 0 | 122 | 136 | 17 | 7 | 130 | 55 |
| Binary | 11011000 | 100110 | 1110 | 0 | 1010010 | 1011110 | 1111 | 111 | 1011000 | 101101 |
Color Harmonies of #D8260E
Complementary color
Monochromatic Colors of #D8260E
Black with #D8260E
Text Example
Text Example
White with #D8260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8260E; }
p { color: rgb(216,38,14); }
H1.HeaderClassName
{
color: #D8260E;
}
.AnyTagClassName
{
color: #D8260E;
}
</style>
background-color css
<style>
a { background-color: #D8260E; }
a { background-color: rgb(216,38,14); }
div.DivClassName
{
background-color: #D8260E;
}
.BgClassName
{
background-color: #D8260E;
}
</style>
border-color css
<style>
span { border-color: #D8260E; }
span { border-color: rgb(216,38,14); }
td.TdClassName
{
border-color: #D8260E;
}
.TagClassName
{
border-color: #D8260E;
}
</style>