Html Css Color HEX #D92819 Harley Davidson Orange
📋 copy color: '#D92819'red 217 ◦ green 40 ◦ blue 25
Shades of Harley Davidson Orange #D92819
Tints of Harley Davidson Orange #D92819
RGB
CMYK
RGB Variations
Color information
#D92819 (or 0xD92819) is known color: Harley Davidson Orange. HEX triplet: D9, 28 and 19. RGB value is (217,40,25). Sum of RGB (Red+Green+Blue) = 217+40+25=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D92819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92819 is #26D7E6. Grayscale: #5B5B5B. Windows color (decimal): -2545639 or 1648857. OLE color: 1648857.
HSL color Cylindrical-coordinate representation of color #D92819: hue angle of 4.69º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D92819 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 25 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.15 |
| HSL | 4.69º | 0.79% | 0.47% | - |
| HSV(B) | 4.69º | 0.88% | 0.85% | - |
| XYZ | 29.55 | 16.34 | 2.52 | - |
| YUV | 91.21 | 90.64 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 25 | 0 | 0.82 | 0.88 | 0.15 | 4.69 | 0.79 | 0.47 |
| Hex | D9 | 28 | 19 | 0 | 52 | 58 | F | 5 | 4F | 2F |
| Octal | 331 | 50 | 31 | 0 | 122 | 130 | 17 | 5 | 117 | 57 |
| Binary | 11011001 | 101000 | 11001 | 0 | 1010010 | 1011000 | 1111 | 101 | 1001111 | 101111 |
Color Harmonies of #D92819
Complementary color
Monochromatic Colors of #D92819
Black with #D92819
Text Example
Text Example
White with #D92819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92819; }
p { color: rgb(217,40,25); }
H1.HeaderClassName
{
color: #D92819;
}
.AnyTagClassName
{
color: #D92819;
}
</style>
background-color css
<style>
a { background-color: #D92819; }
a { background-color: rgb(217,40,25); }
div.DivClassName
{
background-color: #D92819;
}
.BgClassName
{
background-color: #D92819;
}
</style>
border-color css
<style>
span { border-color: #D92819; }
span { border-color: rgb(217,40,25); }
td.TdClassName
{
border-color: #D92819;
}
.TagClassName
{
border-color: #D92819;
}
</style>