Html Css Color HEX #D83B08 Harley Davidson Orange
📋 copy color: '#D83B08'red 216 ◦ green 59 ◦ blue 8
Shades of Harley Davidson Orange #D83B08
Tints of Harley Davidson Orange #D83B08
RGB
CMYK
RGB Variations
Color information
#D83B08 (or 0xD83B08) is known color: Harley Davidson Orange. HEX triplet: D8, 3B and 08. RGB value is (216,59,8). Sum of RGB (Red+Green+Blue) = 216+59+8=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83B08 is #27C4F7. Grayscale: #646464. Windows color (decimal): -2606328 or 539608. OLE color: 539608.
HSL color Cylindrical-coordinate representation of color #D83B08: hue angle of 14.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D83B08 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.15 |
| HSL | 14.71º | 0.93% | 0.44% | - |
| HSV(B) | 14.71º | 0.96% | 0.85% | - |
| XYZ | 29.93 | 17.74 | 2.08 | - |
| YUV | 100.13 | 76.01 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 8 | 0 | 0.73 | 0.96 | 0.15 | 14.71 | 0.93 | 0.44 |
| Hex | D8 | 3B | 8 | 0 | 49 | 60 | F | F | 5D | 2C |
| Octal | 330 | 73 | 10 | 0 | 111 | 140 | 17 | 17 | 135 | 54 |
| Binary | 11011000 | 111011 | 1000 | 0 | 1001001 | 1100000 | 1111 | 1111 | 1011101 | 101100 |
Color Harmonies of #D83B08
Complementary color
Monochromatic Colors of #D83B08
Black with #D83B08
Text Example
Text Example
White with #D83B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B08; }
p { color: rgb(216,59,8); }
H1.HeaderClassName
{
color: #D83B08;
}
.AnyTagClassName
{
color: #D83B08;
}
</style>
background-color css
<style>
a { background-color: #D83B08; }
a { background-color: rgb(216,59,8); }
div.DivClassName
{
background-color: #D83B08;
}
.BgClassName
{
background-color: #D83B08;
}
</style>
border-color css
<style>
span { border-color: #D83B08; }
span { border-color: rgb(216,59,8); }
td.TdClassName
{
border-color: #D83B08;
}
.TagClassName
{
border-color: #D83B08;
}
</style>