Html Css Color HEX #D92518 Harley Davidson Orange
📋 copy color: '#D92518'red 217 ◦ green 37 ◦ blue 24
Shades of Harley Davidson Orange #D92518
Tints of Harley Davidson Orange #D92518
RGB
CMYK
RGB Variations
Color information
#D92518 (or 0xD92518) is known color: Harley Davidson Orange. HEX triplet: D9, 25 and 18. RGB value is (217,37,24). Sum of RGB (Red+Green+Blue) = 217+37+24=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D92518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92518 is #26DAE7. Grayscale: #595959. Windows color (decimal): -2546408 or 1582553. OLE color: 1582553.
HSL color Cylindrical-coordinate representation of color #D92518: hue angle of 4.04º 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 #D92518 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 24 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.15 |
| HSL | 4.04º | 0.8% | 0.47% | - |
| HSV(B) | 4.04º | 0.89% | 0.85% | - |
| XYZ | 29.44 | 16.14 | 2.43 | - |
| YUV | 89.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 24 | 0 | 0.83 | 0.89 | 0.15 | 4.04 | 0.8 | 0.47 |
| Hex | D9 | 25 | 18 | 0 | 53 | 59 | F | 4 | 50 | 2F |
| Octal | 331 | 45 | 30 | 0 | 123 | 131 | 17 | 4 | 120 | 57 |
| Binary | 11011001 | 100101 | 11000 | 0 | 1010011 | 1011001 | 1111 | 100 | 1010000 | 101111 |
Color Harmonies of #D92518
Complementary color
Monochromatic Colors of #D92518
Black with #D92518
Text Example
Text Example
White with #D92518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92518; }
p { color: rgb(217,37,24); }
H1.HeaderClassName
{
color: #D92518;
}
.AnyTagClassName
{
color: #D92518;
}
</style>
background-color css
<style>
a { background-color: #D92518; }
a { background-color: rgb(217,37,24); }
div.DivClassName
{
background-color: #D92518;
}
.BgClassName
{
background-color: #D92518;
}
</style>
border-color css
<style>
span { border-color: #D92518; }
span { border-color: rgb(217,37,24); }
td.TdClassName
{
border-color: #D92518;
}
.TagClassName
{
border-color: #D92518;
}
</style>