Html Css Color HEX #D83A00 Harley Davidson Orange
📋 copy color: '#D83A00'red 216 ◦ green 58 ◦ blue 0
Shades of Harley Davidson Orange #D83A00
Tints of Harley Davidson Orange #D83A00
RGB
CMYK
RGB Variations
Color information
#D83A00 (or 0xD83A00) is known color: Harley Davidson Orange. HEX triplet: D8, 3A and 00. RGB value is (216,58,0). Sum of RGB (Red+Green+Blue) = 216+58+0=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83A00 is #27C5FF. Grayscale: #636363. Windows color (decimal): -2606592 or 15064. OLE color: 15064.
HSL color Cylindrical-coordinate representation of color #D83A00: hue angle of 16.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D83A00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.15 |
| HSL | 16.11º | 1% | 0.42% | - |
| HSV(B) | 16.11º | 1% | 0.85% | - |
| XYZ | 29.83 | 17.63 | 1.83 | - |
| YUV | 98.63 | 72.35 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 0 | 0 | 0.73 | 1 | 0.15 | 16.11 | 1 | 0.42 |
| Hex | D8 | 3A | 0 | 0 | 49 | 64 | F | 10 | 64 | 2A |
| Octal | 330 | 72 | 0 | 0 | 111 | 144 | 17 | 20 | 144 | 52 |
| Binary | 11011000 | 111010 | 0 | 0 | 1001001 | 1100100 | 1111 | 10000 | 1100100 | 101010 |
Color Harmonies of #D83A00
Complementary color
Monochromatic Colors of #D83A00
Black with #D83A00
Text Example
Text Example
White with #D83A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A00; }
p { color: rgb(216,58,0); }
H1.HeaderClassName
{
color: #D83A00;
}
.AnyTagClassName
{
color: #D83A00;
}
</style>
background-color css
<style>
a { background-color: #D83A00; }
a { background-color: rgb(216,58,0); }
div.DivClassName
{
background-color: #D83A00;
}
.BgClassName
{
background-color: #D83A00;
}
</style>
border-color css
<style>
span { border-color: #D83A00; }
span { border-color: rgb(216,58,0); }
td.TdClassName
{
border-color: #D83A00;
}
.TagClassName
{
border-color: #D83A00;
}
</style>