Html Css Color HEX #D7301A Harley Davidson Orange
📋 copy color: '#D7301A'red 215 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #D7301A
Tints of Harley Davidson Orange #D7301A
RGB
CMYK
RGB Variations
Color information
#D7301A (or 0xD7301A) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 1A. RGB value is (215,48,26). Sum of RGB (Red+Green+Blue) = 215+48+26=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D7301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7301A is #28CFE5. Grayscale: #5F5F5F. Windows color (decimal): -2674662 or 1716439. OLE color: 1716439.
HSL color Cylindrical-coordinate representation of color #D7301A: hue angle of 6.98º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7301A is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 48 | 26 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.16 |
| HSL | 6.98º | 0.78% | 0.47% | - |
| HSV(B) | 6.98º | 0.88% | 0.84% | - |
| XYZ | 29.27 | 16.64 | 2.65 | - |
| YUV | 95.43 | 88.83 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 48 | 26 | 0 | 0.78 | 0.88 | 0.16 | 6.98 | 0.78 | 0.47 |
| Hex | D7 | 30 | 1A | 0 | 4E | 58 | 10 | 7 | 4E | 2F |
| Octal | 327 | 60 | 32 | 0 | 116 | 130 | 20 | 7 | 116 | 57 |
| Binary | 11010111 | 110000 | 11010 | 0 | 1001110 | 1011000 | 10000 | 111 | 1001110 | 101111 |
Color Harmonies of #D7301A
Complementary color
Monochromatic Colors of #D7301A
Black with #D7301A
Text Example
Text Example
White with #D7301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7301A; }
p { color: rgb(215,48,26); }
H1.HeaderClassName
{
color: #D7301A;
}
.AnyTagClassName
{
color: #D7301A;
}
</style>
background-color css
<style>
a { background-color: #D7301A; }
a { background-color: rgb(215,48,26); }
div.DivClassName
{
background-color: #D7301A;
}
.BgClassName
{
background-color: #D7301A;
}
</style>
border-color css
<style>
span { border-color: #D7301A; }
span { border-color: rgb(215,48,26); }
td.TdClassName
{
border-color: #D7301A;
}
.TagClassName
{
border-color: #D7301A;
}
</style>