Html Css Color HEX #D92313 Harley Davidson Orange
📋 copy color: '#D92313'red 217 ◦ green 35 ◦ blue 19
Shades of Harley Davidson Orange #D92313
Tints of Harley Davidson Orange #D92313
RGB
CMYK
RGB Variations
Color information
#D92313 (or 0xD92313) is known color: Harley Davidson Orange. HEX triplet: D9, 23 and 13. RGB value is (217,35,19). Sum of RGB (Red+Green+Blue) = 217+35+19=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D92313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92313 is #26DCEC. Grayscale: #575757. Windows color (decimal): -2546925 or 1254361. OLE color: 1254361.
HSL color Cylindrical-coordinate representation of color #D92313: hue angle of 4.85º 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 #D92313 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 19 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.15 |
| HSL | 4.85º | 0.84% | 0.46% | - |
| HSV(B) | 4.85º | 0.91% | 0.85% | - |
| XYZ | 29.33 | 16 | 2.16 | - |
| YUV | 87.59 | 89.3 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 19 | 0 | 0.84 | 0.91 | 0.15 | 4.85 | 0.84 | 0.46 |
| Hex | D9 | 23 | 13 | 0 | 54 | 5B | F | 5 | 54 | 2E |
| Octal | 331 | 43 | 23 | 0 | 124 | 133 | 17 | 5 | 124 | 56 |
| Binary | 11011001 | 100011 | 10011 | 0 | 1010100 | 1011011 | 1111 | 101 | 1010100 | 101110 |
Color Harmonies of #D92313
Complementary color
Monochromatic Colors of #D92313
Black with #D92313
Text Example
Text Example
White with #D92313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92313; }
p { color: rgb(217,35,19); }
H1.HeaderClassName
{
color: #D92313;
}
.AnyTagClassName
{
color: #D92313;
}
</style>
background-color css
<style>
a { background-color: #D92313; }
a { background-color: rgb(217,35,19); }
div.DivClassName
{
background-color: #D92313;
}
.BgClassName
{
background-color: #D92313;
}
</style>
border-color css
<style>
span { border-color: #D92313; }
span { border-color: rgb(217,35,19); }
td.TdClassName
{
border-color: #D92313;
}
.TagClassName
{
border-color: #D92313;
}
</style>