Html Css Color HEX #D92300 Harley Davidson Orange
📋 copy color: '#D92300'red 217 ◦ green 35 ◦ blue 0
Shades of Harley Davidson Orange #D92300
Tints of Harley Davidson Orange #D92300
RGB
CMYK
RGB Variations
Color information
#D92300 (or 0xD92300) is known color: Harley Davidson Orange. HEX triplet: D9, 23 and 00. RGB value is (217,35,0). Sum of RGB (Red+Green+Blue) = 217+35+0=252 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.11% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 217 - color contains mainly: red. Hex color #D92300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92300 is #26DCFF. Grayscale: #555555. Windows color (decimal): -2546944 or 9177. OLE color: 9177.
HSL color Cylindrical-coordinate representation of color #D92300: hue angle of 9.68º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D92300 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.15 |
| HSL | 9.68º | 1% | 0.43% | - |
| HSV(B) | 9.68º | 1% | 0.85% | - |
| XYZ | 29.22 | 15.95 | 1.54 | - |
| YUV | 85.43 | 79.8 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 0 | 0 | 0.84 | 1 | 0.15 | 9.68 | 1 | 0.43 |
| Hex | D9 | 23 | 0 | 0 | 54 | 64 | F | A | 64 | 2B |
| Octal | 331 | 43 | 0 | 0 | 124 | 144 | 17 | 12 | 144 | 53 |
| Binary | 11011001 | 100011 | 0 | 0 | 1010100 | 1100100 | 1111 | 1010 | 1100100 | 101011 |
Color Harmonies of #D92300
Complementary color
Monochromatic Colors of #D92300
Black with #D92300
Text Example
Text Example
White with #D92300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92300; }
p { color: rgb(217,35,0); }
H1.HeaderClassName
{
color: #D92300;
}
.AnyTagClassName
{
color: #D92300;
}
</style>
background-color css
<style>
a { background-color: #D92300; }
a { background-color: rgb(217,35,0); }
div.DivClassName
{
background-color: #D92300;
}
.BgClassName
{
background-color: #D92300;
}
</style>
border-color css
<style>
span { border-color: #D92300; }
span { border-color: rgb(217,35,0); }
td.TdClassName
{
border-color: #D92300;
}
.TagClassName
{
border-color: #D92300;
}
</style>