Html Css Color HEX #D7301E Harley Davidson Orange
📋 copy color: '#D7301E'red 215 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #D7301E
Tints of Harley Davidson Orange #D7301E
RGB
CMYK
RGB Variations
Color information
#D7301E (or 0xD7301E) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 1E. RGB value is (215,48,30). Sum of RGB (Red+Green+Blue) = 215+48+30=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D7301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7301E is #28CFE1. Grayscale: #606060. Windows color (decimal): -2674658 or 1978583. OLE color: 1978583.
HSL color Cylindrical-coordinate representation of color #D7301E: hue angle of 5.84º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7301E is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 30 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.16 |
| HSL | 5.84º | 0.76% | 0.48% | - |
| HSV(B) | 5.84º | 0.86% | 0.84% | - |
| XYZ | 29.32 | 16.65 | 2.9 | - |
| YUV | 95.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 30 | 0 | 0.78 | 0.86 | 0.16 | 5.84 | 0.76 | 0.48 |
| Hex | D7 | 30 | 1E | 0 | 4E | 56 | 10 | 6 | 4C | 30 |
| Octal | 327 | 60 | 36 | 0 | 116 | 126 | 20 | 6 | 114 | 60 |
| Binary | 11010111 | 110000 | 11110 | 0 | 1001110 | 1010110 | 10000 | 110 | 1001100 | 110000 |
Color Harmonies of #D7301E
Complementary color
Monochromatic Colors of #D7301E
Black with #D7301E
Text Example
Text Example
White with #D7301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7301E; }
p { color: rgb(215,48,30); }
H1.HeaderClassName
{
color: #D7301E;
}
.AnyTagClassName
{
color: #D7301E;
}
</style>
background-color css
<style>
a { background-color: #D7301E; }
a { background-color: rgb(215,48,30); }
div.DivClassName
{
background-color: #D7301E;
}
.BgClassName
{
background-color: #D7301E;
}
</style>
border-color css
<style>
span { border-color: #D7301E; }
span { border-color: rgb(215,48,30); }
td.TdClassName
{
border-color: #D7301E;
}
.TagClassName
{
border-color: #D7301E;
}
</style>