Html Css Color HEX #D8300F Harley Davidson Orange
📋 copy color: '#D8300F'red 216 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #D8300F
Tints of Harley Davidson Orange #D8300F
RGB
CMYK
RGB Variations
Color information
#D8300F (or 0xD8300F) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 0F. RGB value is (216,48,15). Sum of RGB (Red+Green+Blue) = 216+48+15=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D8300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8300F is #27CFF0. Grayscale: #5E5E5E. Windows color (decimal): -2609137 or 995544. OLE color: 995544.
HSL color Cylindrical-coordinate representation of color #D8300F: hue angle of 9.85º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8300F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 15 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.15 |
| HSL | 9.85º | 0.87% | 0.45% | - |
| HSV(B) | 9.85º | 0.93% | 0.85% | - |
| XYZ | 29.46 | 16.75 | 2.13 | - |
| YUV | 94.47 | 83.16 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 15 | 0 | 0.78 | 0.93 | 0.15 | 9.85 | 0.87 | 0.45 |
| Hex | D8 | 30 | F | 0 | 4E | 5D | F | A | 57 | 2D |
| Octal | 330 | 60 | 17 | 0 | 116 | 135 | 17 | 12 | 127 | 55 |
| Binary | 11011000 | 110000 | 1111 | 0 | 1001110 | 1011101 | 1111 | 1010 | 1010111 | 101101 |
Color Harmonies of #D8300F
Complementary color
Monochromatic Colors of #D8300F
Black with #D8300F
Text Example
Text Example
White with #D8300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8300F; }
p { color: rgb(216,48,15); }
H1.HeaderClassName
{
color: #D8300F;
}
.AnyTagClassName
{
color: #D8300F;
}
</style>
background-color css
<style>
a { background-color: #D8300F; }
a { background-color: rgb(216,48,15); }
div.DivClassName
{
background-color: #D8300F;
}
.BgClassName
{
background-color: #D8300F;
}
</style>
border-color css
<style>
span { border-color: #D8300F; }
span { border-color: rgb(216,48,15); }
td.TdClassName
{
border-color: #D8300F;
}
.TagClassName
{
border-color: #D8300F;
}
</style>