Html Css Color HEX #D83B00 Harley Davidson Orange
📋 copy color: '#D83B00'red 216 ◦ green 59 ◦ blue 0
Shades of Harley Davidson Orange #D83B00
Tints of Harley Davidson Orange #D83B00
RGB
CMYK
RGB Variations
Color information
#D83B00 (or 0xD83B00) is known color: Harley Davidson Orange. HEX triplet: D8, 3B and 00. RGB value is (216,59,0). Sum of RGB (Red+Green+Blue) = 216+59+0=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83B00 is #27C4FF. Grayscale: #636363. Windows color (decimal): -2606336 or 15320. OLE color: 15320.
HSL color Cylindrical-coordinate representation of color #D83B00: hue angle of 16.39º 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 #D83B00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.15 |
| HSL | 16.39º | 1% | 0.42% | - |
| HSV(B) | 16.39º | 1% | 0.85% | - |
| XYZ | 29.88 | 17.73 | 1.85 | - |
| YUV | 99.22 | 72.01 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 0 | 0 | 0.73 | 1 | 0.15 | 16.39 | 1 | 0.42 |
| Hex | D8 | 3B | 0 | 0 | 49 | 64 | F | 10 | 64 | 2A |
| Octal | 330 | 73 | 0 | 0 | 111 | 144 | 17 | 20 | 144 | 52 |
| Binary | 11011000 | 111011 | 0 | 0 | 1001001 | 1100100 | 1111 | 10000 | 1100100 | 101010 |
Color Harmonies of #D83B00
Complementary color
Monochromatic Colors of #D83B00
Black with #D83B00
Text Example
Text Example
White with #D83B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B00; }
p { color: rgb(216,59,0); }
H1.HeaderClassName
{
color: #D83B00;
}
.AnyTagClassName
{
color: #D83B00;
}
</style>
background-color css
<style>
a { background-color: #D83B00; }
a { background-color: rgb(216,59,0); }
div.DivClassName
{
background-color: #D83B00;
}
.BgClassName
{
background-color: #D83B00;
}
</style>
border-color css
<style>
span { border-color: #D83B00; }
span { border-color: rgb(216,59,0); }
td.TdClassName
{
border-color: #D83B00;
}
.TagClassName
{
border-color: #D83B00;
}
</style>