Html Css Color HEX #D92013 Harley Davidson Orange
📋 copy color: '#D92013'red 217 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #D92013
Tints of Harley Davidson Orange #D92013
RGB
CMYK
RGB Variations
Color information
#D92013 (or 0xD92013) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 13. RGB value is (217,32,19). Sum of RGB (Red+Green+Blue) = 217+32+19=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D92013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92013 is #26DFEC. Grayscale: #565656. Windows color (decimal): -2547693 or 1253593. OLE color: 1253593.
HSL color Cylindrical-coordinate representation of color #D92013: hue angle of 3.94º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D92013 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.15 |
| HSL | 3.94º | 0.84% | 0.46% | - |
| HSV(B) | 3.94º | 0.91% | 0.85% | - |
| XYZ | 29.25 | 15.83 | 2.13 | - |
| YUV | 85.83 | 90.29 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 19 | 0 | 0.85 | 0.91 | 0.15 | 3.94 | 0.84 | 0.46 |
| Hex | D9 | 20 | 13 | 0 | 55 | 5B | F | 4 | 54 | 2E |
| Octal | 331 | 40 | 23 | 0 | 125 | 133 | 17 | 4 | 124 | 56 |
| Binary | 11011001 | 100000 | 10011 | 0 | 1010101 | 1011011 | 1111 | 100 | 1010100 | 101110 |
Color Harmonies of #D92013
Complementary color
Monochromatic Colors of #D92013
Black with #D92013
Text Example
Text Example
White with #D92013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92013; }
p { color: rgb(217,32,19); }
H1.HeaderClassName
{
color: #D92013;
}
.AnyTagClassName
{
color: #D92013;
}
</style>
background-color css
<style>
a { background-color: #D92013; }
a { background-color: rgb(217,32,19); }
div.DivClassName
{
background-color: #D92013;
}
.BgClassName
{
background-color: #D92013;
}
</style>
border-color css
<style>
span { border-color: #D92013; }
span { border-color: rgb(217,32,19); }
td.TdClassName
{
border-color: #D92013;
}
.TagClassName
{
border-color: #D92013;
}
</style>