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