Html Css Color HEX #D71812 Harley Davidson Orange
📋 copy color: '#D71812'red 215 ◦ green 24 ◦ blue 18
Shades of Harley Davidson Orange #D71812
Tints of Harley Davidson Orange #D71812
RGB
CMYK
RGB Variations
Color information
#D71812 (or 0xD71812) is known color: Harley Davidson Orange. HEX triplet: D7, 18 and 12. RGB value is (215,24,18). Sum of RGB (Red+Green+Blue) = 215+24+18=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D71812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71812 is #28E7ED. Grayscale: #505050. Windows color (decimal): -2680814 or 1186007. OLE color: 1186007.
HSL color Cylindrical-coordinate representation of color #D71812: hue angle of 1.83º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71812 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 18 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.16 |
| HSL | 1.83º | 0.85% | 0.46% | - |
| HSV(B) | 1.83º | 0.92% | 0.84% | - |
| XYZ | 28.46 | 15.14 | 2 | - |
| YUV | 80.43 | 92.78 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 18 | 0 | 0.89 | 0.92 | 0.16 | 1.83 | 0.85 | 0.46 |
| Hex | D7 | 18 | 12 | 0 | 59 | 5C | 10 | 2 | 55 | 2E |
| Octal | 327 | 30 | 22 | 0 | 131 | 134 | 20 | 2 | 125 | 56 |
| Binary | 11010111 | 11000 | 10010 | 0 | 1011001 | 1011100 | 10000 | 10 | 1010101 | 101110 |
Color Harmonies of #D71812
Complementary color
Monochromatic Colors of #D71812
Black with #D71812
Text Example
Text Example
White with #D71812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71812; }
p { color: rgb(215,24,18); }
H1.HeaderClassName
{
color: #D71812;
}
.AnyTagClassName
{
color: #D71812;
}
</style>
background-color css
<style>
a { background-color: #D71812; }
a { background-color: rgb(215,24,18); }
div.DivClassName
{
background-color: #D71812;
}
.BgClassName
{
background-color: #D71812;
}
</style>
border-color css
<style>
span { border-color: #D71812; }
span { border-color: rgb(215,24,18); }
td.TdClassName
{
border-color: #D71812;
}
.TagClassName
{
border-color: #D71812;
}
</style>