Html Css Color HEX #D7310B Harley Davidson Orange
📋 copy color: '#D7310B'red 215 ◦ green 49 ◦ blue 11
Shades of Harley Davidson Orange #D7310B
Tints of Harley Davidson Orange #D7310B
RGB
CMYK
RGB Variations
Color information
#D7310B (or 0xD7310B) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 0B. RGB value is (215,49,11). Sum of RGB (Red+Green+Blue) = 215+49+11=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D7310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7310B is #28CEF4. Grayscale: #5E5E5E. Windows color (decimal): -2674421 or 733655. OLE color: 733655.
HSL color Cylindrical-coordinate representation of color #D7310B: hue angle of 11.18º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7310B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.16 |
| HSL | 11.18º | 0.9% | 0.44% | - |
| HSV(B) | 11.18º | 0.95% | 0.84% | - |
| XYZ | 29.18 | 16.67 | 2 | - |
| YUV | 94.3 | 81 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 11 | 0 | 0.77 | 0.95 | 0.16 | 11.18 | 0.9 | 0.44 |
| Hex | D7 | 31 | B | 0 | 4D | 5F | 10 | B | 5A | 2C |
| Octal | 327 | 61 | 13 | 0 | 115 | 137 | 20 | 13 | 132 | 54 |
| Binary | 11010111 | 110001 | 1011 | 0 | 1001101 | 1011111 | 10000 | 1011 | 1011010 | 101100 |
Color Harmonies of #D7310B
Complementary color
Monochromatic Colors of #D7310B
Black with #D7310B
Text Example
Text Example
White with #D7310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7310B; }
p { color: rgb(215,49,11); }
H1.HeaderClassName
{
color: #D7310B;
}
.AnyTagClassName
{
color: #D7310B;
}
</style>
background-color css
<style>
a { background-color: #D7310B; }
a { background-color: rgb(215,49,11); }
div.DivClassName
{
background-color: #D7310B;
}
.BgClassName
{
background-color: #D7310B;
}
</style>
border-color css
<style>
span { border-color: #D7310B; }
span { border-color: rgb(215,49,11); }
td.TdClassName
{
border-color: #D7310B;
}
.TagClassName
{
border-color: #D7310B;
}
</style>