Html Css Color HEX #D91818 Harley Davidson Orange
📋 copy color: '#D91818'red 217 ◦ green 24 ◦ blue 24
Shades of Harley Davidson Orange #D91818
Tints of Harley Davidson Orange #D91818
RGB
CMYK
RGB Variations
Color information
#D91818 (or 0xD91818) is known color: Harley Davidson Orange. HEX triplet: D9, 18 and 18. RGB value is (217,24,24). Sum of RGB (Red+Green+Blue) = 217+24+24=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D91818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91818 is #26E7E7. Grayscale: #515151. Windows color (decimal): -2549736 or 1579225. OLE color: 1579225.
HSL color Cylindrical-coordinate representation of color #D91818: hue angle of 0º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91818 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 24 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.15 |
| HSL | 0º | 0.8% | 0.47% | - |
| HSV(B) | 0º | 0.89% | 0.85% | - |
| XYZ | 29.11 | 15.47 | 2.32 | - |
| YUV | 81.71 | 95.44 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 24 | 0 | 0.89 | 0.89 | 0.15 | 0 | 0.8 | 0.47 |
| Hex | D9 | 18 | 18 | 0 | 59 | 59 | F | 0 | 50 | 2F |
| Octal | 331 | 30 | 30 | 0 | 131 | 131 | 17 | 0 | 120 | 57 |
| Binary | 11011001 | 11000 | 11000 | 0 | 1011001 | 1011001 | 1111 | 0 | 1010000 | 101111 |
Color Harmonies of #D91818
Complementary color
Monochromatic Colors of #D91818
Black with #D91818
Text Example
Text Example
White with #D91818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91818; }
p { color: rgb(217,24,24); }
H1.HeaderClassName
{
color: #D91818;
}
.AnyTagClassName
{
color: #D91818;
}
</style>
background-color css
<style>
a { background-color: #D91818; }
a { background-color: rgb(217,24,24); }
div.DivClassName
{
background-color: #D91818;
}
.BgClassName
{
background-color: #D91818;
}
</style>
border-color css
<style>
span { border-color: #D91818; }
span { border-color: rgb(217,24,24); }
td.TdClassName
{
border-color: #D91818;
}
.TagClassName
{
border-color: #D91818;
}
</style>