Html Css Color HEX #D7370F Harley Davidson Orange
📋 copy color: '#D7370F'red 215 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #D7370F
Tints of Harley Davidson Orange #D7370F
RGB
CMYK
RGB Variations
Color information
#D7370F (or 0xD7370F) is known color: Harley Davidson Orange. HEX triplet: D7, 37 and 0F. RGB value is (215,55,15). Sum of RGB (Red+Green+Blue) = 215+55+15=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D7370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7370F is #28C8F0. Grayscale: #626262. Windows color (decimal): -2672881 or 997335. OLE color: 997335.
HSL color Cylindrical-coordinate representation of color #D7370F: hue angle of 12º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7370F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.16 |
| HSL | 12º | 0.87% | 0.45% | - |
| HSV(B) | 12º | 0.93% | 0.84% | - |
| XYZ | 29.48 | 17.21 | 2.22 | - |
| YUV | 98.28 | 81.01 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 15 | 0 | 0.74 | 0.93 | 0.16 | 12 | 0.87 | 0.45 |
| Hex | D7 | 37 | F | 0 | 4A | 5D | 10 | C | 57 | 2D |
| Octal | 327 | 67 | 17 | 0 | 112 | 135 | 20 | 14 | 127 | 55 |
| Binary | 11010111 | 110111 | 1111 | 0 | 1001010 | 1011101 | 10000 | 1100 | 1010111 | 101101 |
Color Harmonies of #D7370F
Complementary color
Monochromatic Colors of #D7370F
Black with #D7370F
Text Example
Text Example
White with #D7370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7370F; }
p { color: rgb(215,55,15); }
H1.HeaderClassName
{
color: #D7370F;
}
.AnyTagClassName
{
color: #D7370F;
}
</style>
background-color css
<style>
a { background-color: #D7370F; }
a { background-color: rgb(215,55,15); }
div.DivClassName
{
background-color: #D7370F;
}
.BgClassName
{
background-color: #D7370F;
}
</style>
border-color css
<style>
span { border-color: #D7370F; }
span { border-color: rgb(215,55,15); }
td.TdClassName
{
border-color: #D7370F;
}
.TagClassName
{
border-color: #D7370F;
}
</style>