Html Css Color HEX #D8290B Harley Davidson Orange
📋 copy color: '#D8290B'red 216 ◦ green 41 ◦ blue 11
Shades of Harley Davidson Orange #D8290B
Tints of Harley Davidson Orange #D8290B
RGB
CMYK
RGB Variations
Color information
#D8290B (or 0xD8290B) is known color: Harley Davidson Orange. HEX triplet: D8, 29 and 0B. RGB value is (216,41,11). Sum of RGB (Red+Green+Blue) = 216+41+11=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D8290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8290B is #27D6F4. Grayscale: #5A5A5A. Windows color (decimal): -2610933 or 731608. OLE color: 731608.
HSL color Cylindrical-coordinate representation of color #D8290B: hue angle of 8.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8290B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 11 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.15 |
| HSL | 8.78º | 0.9% | 0.45% | - |
| HSV(B) | 8.78º | 0.95% | 0.85% | - |
| XYZ | 29.17 | 16.21 | 1.91 | - |
| YUV | 89.91 | 83.48 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 11 | 0 | 0.81 | 0.95 | 0.15 | 8.78 | 0.9 | 0.45 |
| Hex | D8 | 29 | B | 0 | 51 | 5F | F | 9 | 5A | 2D |
| Octal | 330 | 51 | 13 | 0 | 121 | 137 | 17 | 11 | 132 | 55 |
| Binary | 11011000 | 101001 | 1011 | 0 | 1010001 | 1011111 | 1111 | 1001 | 1011010 | 101101 |
Color Harmonies of #D8290B
Complementary color
Monochromatic Colors of #D8290B
Black with #D8290B
Text Example
Text Example
White with #D8290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8290B; }
p { color: rgb(216,41,11); }
H1.HeaderClassName
{
color: #D8290B;
}
.AnyTagClassName
{
color: #D8290B;
}
</style>
background-color css
<style>
a { background-color: #D8290B; }
a { background-color: rgb(216,41,11); }
div.DivClassName
{
background-color: #D8290B;
}
.BgClassName
{
background-color: #D8290B;
}
</style>
border-color css
<style>
span { border-color: #D8290B; }
span { border-color: rgb(216,41,11); }
td.TdClassName
{
border-color: #D8290B;
}
.TagClassName
{
border-color: #D8290B;
}
</style>