Html Css Color HEX #D71F0B Harley Davidson Orange
📋 copy color: '#D71F0B'red 215 ◦ green 31 ◦ blue 11
Shades of Harley Davidson Orange #D71F0B
Tints of Harley Davidson Orange #D71F0B
RGB
CMYK
RGB Variations
Color information
#D71F0B (or 0xD71F0B) is known color: Harley Davidson Orange. HEX triplet: D7, 1F and 0B. RGB value is (215,31,11). Sum of RGB (Red+Green+Blue) = 215+31+11=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71F0B is #28E0F4. Grayscale: #535353. Windows color (decimal): -2679029 or 729047. OLE color: 729047.
HSL color Cylindrical-coordinate representation of color #D71F0B: hue angle of 5.88º 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 #D71F0B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 11 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.16 |
| HSL | 5.88º | 0.9% | 0.44% | - |
| HSV(B) | 5.88º | 0.95% | 0.84% | - |
| XYZ | 28.57 | 15.45 | 1.79 | - |
| YUV | 83.74 | 86.96 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 11 | 0 | 0.86 | 0.95 | 0.16 | 5.88 | 0.9 | 0.44 |
| Hex | D7 | 1F | B | 0 | 56 | 5F | 10 | 6 | 5A | 2C |
| Octal | 327 | 37 | 13 | 0 | 126 | 137 | 20 | 6 | 132 | 54 |
| Binary | 11010111 | 11111 | 1011 | 0 | 1010110 | 1011111 | 10000 | 110 | 1011010 | 101100 |
Color Harmonies of #D71F0B
Complementary color
Monochromatic Colors of #D71F0B
Black with #D71F0B
Text Example
Text Example
White with #D71F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F0B; }
p { color: rgb(215,31,11); }
H1.HeaderClassName
{
color: #D71F0B;
}
.AnyTagClassName
{
color: #D71F0B;
}
</style>
background-color css
<style>
a { background-color: #D71F0B; }
a { background-color: rgb(215,31,11); }
div.DivClassName
{
background-color: #D71F0B;
}
.BgClassName
{
background-color: #D71F0B;
}
</style>
border-color css
<style>
span { border-color: #D71F0B; }
span { border-color: rgb(215,31,11); }
td.TdClassName
{
border-color: #D71F0B;
}
.TagClassName
{
border-color: #D71F0B;
}
</style>