Html Css Color HEX #D92401 Harley Davidson Orange
📋 copy color: '#D92401'red 217 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #D92401
Tints of Harley Davidson Orange #D92401
RGB
CMYK
RGB Variations
Color information
#D92401 (or 0xD92401) is known color: Harley Davidson Orange. HEX triplet: D9, 24 and 01. RGB value is (217,36,1). Sum of RGB (Red+Green+Blue) = 217+36+1=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D92401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92401 is #26DBFE. Grayscale: #565656. Windows color (decimal): -2546687 or 74969. OLE color: 74969.
HSL color Cylindrical-coordinate representation of color #D92401: hue angle of 9.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D92401 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.15 |
| HSL | 9.72º | 0.99% | 0.43% | - |
| HSV(B) | 9.72º | 1% | 0.85% | - |
| XYZ | 29.25 | 16.02 | 1.58 | - |
| YUV | 86.13 | 79.97 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 1 | 0 | 0.83 | 1.00 | 0.15 | 9.72 | 0.99 | 0.43 |
| Hex | D9 | 24 | 1 | 0 | 53 | 64 | F | A | 63 | 2B |
| Octal | 331 | 44 | 1 | 0 | 123 | 144 | 17 | 12 | 143 | 53 |
| Binary | 11011001 | 100100 | 1 | 0 | 1010011 | 1100100 | 1111 | 1010 | 1100011 | 101011 |
Color Harmonies of #D92401
Complementary color
Monochromatic Colors of #D92401
Black with #D92401
Text Example
Text Example
White with #D92401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92401; }
p { color: rgb(217,36,1); }
H1.HeaderClassName
{
color: #D92401;
}
.AnyTagClassName
{
color: #D92401;
}
</style>
background-color css
<style>
a { background-color: #D92401; }
a { background-color: rgb(217,36,1); }
div.DivClassName
{
background-color: #D92401;
}
.BgClassName
{
background-color: #D92401;
}
</style>
border-color css
<style>
span { border-color: #D92401; }
span { border-color: rgb(217,36,1); }
td.TdClassName
{
border-color: #D92401;
}
.TagClassName
{
border-color: #D92401;
}
</style>