Html Css Color HEX #D8270E Harley Davidson Orange
📋 copy color: '#D8270E'red 216 ◦ green 39 ◦ blue 14
Shades of Harley Davidson Orange #D8270E
Tints of Harley Davidson Orange #D8270E
RGB
CMYK
RGB Variations
Color information
#D8270E (or 0xD8270E) is known color: Harley Davidson Orange. HEX triplet: D8, 27 and 0E. RGB value is (216,39,14). Sum of RGB (Red+Green+Blue) = 216+39+14=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D8270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8270E is #27D8F1. Grayscale: #595959. Windows color (decimal): -2611442 or 927704. OLE color: 927704.
HSL color Cylindrical-coordinate representation of color #D8270E: hue angle of 7.43º 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 #D8270E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.15 |
| HSL | 7.43º | 0.88% | 0.45% | - |
| HSV(B) | 7.43º | 0.94% | 0.85% | - |
| XYZ | 29.12 | 16.08 | 1.98 | - |
| YUV | 89.07 | 85.64 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 14 | 0 | 0.82 | 0.94 | 0.15 | 7.43 | 0.88 | 0.45 |
| Hex | D8 | 27 | E | 0 | 52 | 5E | F | 7 | 58 | 2D |
| Octal | 330 | 47 | 16 | 0 | 122 | 136 | 17 | 7 | 130 | 55 |
| Binary | 11011000 | 100111 | 1110 | 0 | 1010010 | 1011110 | 1111 | 111 | 1011000 | 101101 |
Color Harmonies of #D8270E
Complementary color
Monochromatic Colors of #D8270E
Black with #D8270E
Text Example
Text Example
White with #D8270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8270E; }
p { color: rgb(216,39,14); }
H1.HeaderClassName
{
color: #D8270E;
}
.AnyTagClassName
{
color: #D8270E;
}
</style>
background-color css
<style>
a { background-color: #D8270E; }
a { background-color: rgb(216,39,14); }
div.DivClassName
{
background-color: #D8270E;
}
.BgClassName
{
background-color: #D8270E;
}
</style>
border-color css
<style>
span { border-color: #D8270E; }
span { border-color: rgb(216,39,14); }
td.TdClassName
{
border-color: #D8270E;
}
.TagClassName
{
border-color: #D8270E;
}
</style>