Html Css Color HEX #D71818 Harley Davidson Orange
📋 copy color: '#D71818'red 215 ◦ green 24 ◦ blue 24
Shades of Harley Davidson Orange #D71818
Tints of Harley Davidson Orange #D71818
RGB
CMYK
RGB Variations
Color information
#D71818 (or 0xD71818) is known color: Harley Davidson Orange. HEX triplet: D7, 18 and 18. RGB value is (215,24,24). Sum of RGB (Red+Green+Blue) = 215+24+24=263 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.75% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 215 - color contains mainly: red. Hex color #D71818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71818 is #28E7E7. Grayscale: #515151. Windows color (decimal): -2680808 or 1579223. OLE color: 1579223.
HSL color Cylindrical-coordinate representation of color #D71818: hue angle of 0º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71818 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 24 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.16 |
| HSL | 0º | 0.8% | 0.47% | - |
| HSV(B) | 0º | 0.89% | 0.84% | - |
| XYZ | 28.52 | 15.17 | 2.29 | - |
| YUV | 81.11 | 95.78 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 24 | 0 | 0.89 | 0.89 | 0.16 | 0 | 0.8 | 0.47 |
| Hex | D7 | 18 | 18 | 0 | 59 | 59 | 10 | 0 | 50 | 2F |
| Octal | 327 | 30 | 30 | 0 | 131 | 131 | 20 | 0 | 120 | 57 |
| Binary | 11010111 | 11000 | 11000 | 0 | 1011001 | 1011001 | 10000 | 0 | 1010000 | 101111 |
Color Harmonies of #D71818
Complementary color
Monochromatic Colors of #D71818
Black with #D71818
Text Example
Text Example
White with #D71818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71818; }
p { color: rgb(215,24,24); }
H1.HeaderClassName
{
color: #D71818;
}
.AnyTagClassName
{
color: #D71818;
}
</style>
background-color css
<style>
a { background-color: #D71818; }
a { background-color: rgb(215,24,24); }
div.DivClassName
{
background-color: #D71818;
}
.BgClassName
{
background-color: #D71818;
}
</style>
border-color css
<style>
span { border-color: #D71818; }
span { border-color: rgb(215,24,24); }
td.TdClassName
{
border-color: #D71818;
}
.TagClassName
{
border-color: #D71818;
}
</style>