Html Css Color HEX #D82F0B Harley Davidson Orange
📋 copy color: '#D82F0B'red 216 ◦ green 47 ◦ blue 11
Shades of Harley Davidson Orange #D82F0B
Tints of Harley Davidson Orange #D82F0B
RGB
CMYK
RGB Variations
Color information
#D82F0B (or 0xD82F0B) is known color: Harley Davidson Orange. HEX triplet: D8, 2F and 0B. RGB value is (216,47,11). Sum of RGB (Red+Green+Blue) = 216+47+11=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82F0B is #27D0F4. Grayscale: #5D5D5D. Windows color (decimal): -2609397 or 733144. OLE color: 733144.
HSL color Cylindrical-coordinate representation of color #D82F0B: hue angle of 10.54º 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 #D82F0B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.15 |
| HSL | 10.54º | 0.9% | 0.45% | - |
| HSV(B) | 10.54º | 0.95% | 0.85% | - |
| XYZ | 29.4 | 16.66 | 1.98 | - |
| YUV | 93.43 | 81.49 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 11 | 0 | 0.78 | 0.95 | 0.15 | 10.54 | 0.9 | 0.45 |
| Hex | D8 | 2F | B | 0 | 4E | 5F | F | B | 5A | 2D |
| Octal | 330 | 57 | 13 | 0 | 116 | 137 | 17 | 13 | 132 | 55 |
| Binary | 11011000 | 101111 | 1011 | 0 | 1001110 | 1011111 | 1111 | 1011 | 1011010 | 101101 |
Color Harmonies of #D82F0B
Complementary color
Monochromatic Colors of #D82F0B
Black with #D82F0B
Text Example
Text Example
White with #D82F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F0B; }
p { color: rgb(216,47,11); }
H1.HeaderClassName
{
color: #D82F0B;
}
.AnyTagClassName
{
color: #D82F0B;
}
</style>
background-color css
<style>
a { background-color: #D82F0B; }
a { background-color: rgb(216,47,11); }
div.DivClassName
{
background-color: #D82F0B;
}
.BgClassName
{
background-color: #D82F0B;
}
</style>
border-color css
<style>
span { border-color: #D82F0B; }
span { border-color: rgb(216,47,11); }
td.TdClassName
{
border-color: #D82F0B;
}
.TagClassName
{
border-color: #D82F0B;
}
</style>