Html Css Color HEX #D83B0B Harley Davidson Orange
📋 copy color: '#D83B0B'red 216 ◦ green 59 ◦ blue 11
Shades of Harley Davidson Orange #D83B0B
Tints of Harley Davidson Orange #D83B0B
RGB
CMYK
RGB Variations
Color information
#D83B0B (or 0xD83B0B) is known color: Harley Davidson Orange. HEX triplet: D8, 3B and 0B. RGB value is (216,59,11). Sum of RGB (Red+Green+Blue) = 216+59+11=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83B0B is #27C4F4. Grayscale: #646464. Windows color (decimal): -2606325 or 736216. OLE color: 736216.
HSL color Cylindrical-coordinate representation of color #D83B0B: hue angle of 14.05º 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 #D83B0B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.15 |
| HSL | 14.05º | 0.9% | 0.45% | - |
| HSV(B) | 14.05º | 0.95% | 0.85% | - |
| XYZ | 29.94 | 17.75 | 2.16 | - |
| YUV | 100.47 | 77.51 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 11 | 0 | 0.73 | 0.95 | 0.15 | 14.05 | 0.9 | 0.45 |
| Hex | D8 | 3B | B | 0 | 49 | 5F | F | E | 5A | 2D |
| Octal | 330 | 73 | 13 | 0 | 111 | 137 | 17 | 16 | 132 | 55 |
| Binary | 11011000 | 111011 | 1011 | 0 | 1001001 | 1011111 | 1111 | 1110 | 1011010 | 101101 |
Color Harmonies of #D83B0B
Complementary color
Monochromatic Colors of #D83B0B
Black with #D83B0B
Text Example
Text Example
White with #D83B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B0B; }
p { color: rgb(216,59,11); }
H1.HeaderClassName
{
color: #D83B0B;
}
.AnyTagClassName
{
color: #D83B0B;
}
</style>
background-color css
<style>
a { background-color: #D83B0B; }
a { background-color: rgb(216,59,11); }
div.DivClassName
{
background-color: #D83B0B;
}
.BgClassName
{
background-color: #D83B0B;
}
</style>
border-color css
<style>
span { border-color: #D83B0B; }
span { border-color: rgb(216,59,11); }
td.TdClassName
{
border-color: #D83B0B;
}
.TagClassName
{
border-color: #D83B0B;
}
</style>