Html Css Color HEX #D83008 Harley Davidson Orange
📋 copy color: '#D83008'red 216 ◦ green 48 ◦ blue 8
Shades of Harley Davidson Orange #D83008
Tints of Harley Davidson Orange #D83008
RGB
CMYK
RGB Variations
Color information
#D83008 (or 0xD83008) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 08. RGB value is (216,48,8). Sum of RGB (Red+Green+Blue) = 216+48+8=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D83008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83008 is #27CFF7. Grayscale: #5E5E5E. Windows color (decimal): -2609144 or 536792. OLE color: 536792.
HSL color Cylindrical-coordinate representation of color #D83008: hue angle of 11.54º 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 #D83008 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 8 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.15 |
| HSL | 11.54º | 0.93% | 0.44% | - |
| HSV(B) | 11.54º | 0.96% | 0.85% | - |
| XYZ | 29.42 | 16.73 | 1.91 | - |
| YUV | 93.67 | 79.66 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 8 | 0 | 0.78 | 0.96 | 0.15 | 11.54 | 0.93 | 0.44 |
| Hex | D8 | 30 | 8 | 0 | 4E | 60 | F | C | 5D | 2C |
| Octal | 330 | 60 | 10 | 0 | 116 | 140 | 17 | 14 | 135 | 54 |
| Binary | 11011000 | 110000 | 1000 | 0 | 1001110 | 1100000 | 1111 | 1100 | 1011101 | 101100 |
Color Harmonies of #D83008
Complementary color
Monochromatic Colors of #D83008
Black with #D83008
Text Example
Text Example
White with #D83008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83008; }
p { color: rgb(216,48,8); }
H1.HeaderClassName
{
color: #D83008;
}
.AnyTagClassName
{
color: #D83008;
}
</style>
background-color css
<style>
a { background-color: #D83008; }
a { background-color: rgb(216,48,8); }
div.DivClassName
{
background-color: #D83008;
}
.BgClassName
{
background-color: #D83008;
}
</style>
border-color css
<style>
span { border-color: #D83008; }
span { border-color: rgb(216,48,8); }
td.TdClassName
{
border-color: #D83008;
}
.TagClassName
{
border-color: #D83008;
}
</style>