Html Css Color HEX #D7371E Harley Davidson Orange
📋 copy color: '#D7371E'red 215 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #D7371E
Tints of Harley Davidson Orange #D7371E
RGB
CMYK
RGB Variations
Color information
#D7371E (or 0xD7371E) is known color: Harley Davidson Orange. HEX triplet: D7, 37 and 1E. RGB value is (215,55,30). Sum of RGB (Red+Green+Blue) = 215+55+30=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D7371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7371E is #28C8E1. Grayscale: #646464. Windows color (decimal): -2672866 or 1980375. OLE color: 1980375.
HSL color Cylindrical-coordinate representation of color #D7371E: hue angle of 8.11º 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 #D7371E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 30 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.16 |
| HSL | 8.11º | 0.76% | 0.48% | - |
| HSV(B) | 8.11º | 0.86% | 0.84% | - |
| XYZ | 29.62 | 17.27 | 3 | - |
| YUV | 99.99 | 88.51 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 30 | 0 | 0.74 | 0.86 | 0.16 | 8.11 | 0.76 | 0.48 |
| Hex | D7 | 37 | 1E | 0 | 4A | 56 | 10 | 8 | 4C | 30 |
| Octal | 327 | 67 | 36 | 0 | 112 | 126 | 20 | 10 | 114 | 60 |
| Binary | 11010111 | 110111 | 11110 | 0 | 1001010 | 1010110 | 10000 | 1000 | 1001100 | 110000 |
Color Harmonies of #D7371E
Complementary color
Monochromatic Colors of #D7371E
Black with #D7371E
Text Example
Text Example
White with #D7371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7371E; }
p { color: rgb(215,55,30); }
H1.HeaderClassName
{
color: #D7371E;
}
.AnyTagClassName
{
color: #D7371E;
}
</style>
background-color css
<style>
a { background-color: #D7371E; }
a { background-color: rgb(215,55,30); }
div.DivClassName
{
background-color: #D7371E;
}
.BgClassName
{
background-color: #D7371E;
}
</style>
border-color css
<style>
span { border-color: #D7371E; }
span { border-color: rgb(215,55,30); }
td.TdClassName
{
border-color: #D7371E;
}
.TagClassName
{
border-color: #D7371E;
}
</style>