Html Css Color HEX #D8290F Harley Davidson Orange
📋 copy color: '#D8290F'red 216 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #D8290F
Tints of Harley Davidson Orange #D8290F
RGB
CMYK
RGB Variations
Color information
#D8290F (or 0xD8290F) is known color: Harley Davidson Orange. HEX triplet: D8, 29 and 0F. RGB value is (216,41,15). Sum of RGB (Red+Green+Blue) = 216+41+15=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D8290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8290F is #27D6F0. Grayscale: #5A5A5A. Windows color (decimal): -2610929 or 993752. OLE color: 993752.
HSL color Cylindrical-coordinate representation of color #D8290F: hue angle of 7.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8290F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 15 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.15 |
| HSL | 7.76º | 0.87% | 0.45% | - |
| HSV(B) | 7.76º | 0.93% | 0.85% | - |
| XYZ | 29.2 | 16.22 | 2.04 | - |
| YUV | 90.36 | 85.48 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 15 | 0 | 0.81 | 0.93 | 0.15 | 7.76 | 0.87 | 0.45 |
| Hex | D8 | 29 | F | 0 | 51 | 5D | F | 8 | 57 | 2D |
| Octal | 330 | 51 | 17 | 0 | 121 | 135 | 17 | 10 | 127 | 55 |
| Binary | 11011000 | 101001 | 1111 | 0 | 1010001 | 1011101 | 1111 | 1000 | 1010111 | 101101 |
Color Harmonies of #D8290F
Complementary color
Monochromatic Colors of #D8290F
Black with #D8290F
Text Example
Text Example
White with #D8290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8290F; }
p { color: rgb(216,41,15); }
H1.HeaderClassName
{
color: #D8290F;
}
.AnyTagClassName
{
color: #D8290F;
}
</style>
background-color css
<style>
a { background-color: #D8290F; }
a { background-color: rgb(216,41,15); }
div.DivClassName
{
background-color: #D8290F;
}
.BgClassName
{
background-color: #D8290F;
}
</style>
border-color css
<style>
span { border-color: #D8290F; }
span { border-color: rgb(216,41,15); }
td.TdClassName
{
border-color: #D8290F;
}
.TagClassName
{
border-color: #D8290F;
}
</style>