Html Css Color HEX #D9240B Harley Davidson Orange
📋 copy color: '#D9240B'red 217 ◦ green 36 ◦ blue 11
Shades of Harley Davidson Orange #D9240B
Tints of Harley Davidson Orange #D9240B
RGB
CMYK
RGB Variations
Color information
#D9240B (or 0xD9240B) is known color: Harley Davidson Orange. HEX triplet: D9, 24 and 0B. RGB value is (217,36,11). Sum of RGB (Red+Green+Blue) = 217+36+11=264 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.20% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 217 - color contains mainly: red. Hex color #D9240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9240B is #26DBF4. Grayscale: #575757. Windows color (decimal): -2546677 or 730329. OLE color: 730329.
HSL color Cylindrical-coordinate representation of color #D9240B: hue angle of 7.28º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9240B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.15 |
| HSL | 7.28º | 0.9% | 0.45% | - |
| HSV(B) | 7.28º | 0.95% | 0.85% | - |
| XYZ | 29.31 | 16.04 | 1.87 | - |
| YUV | 87.27 | 84.97 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 11 | 0 | 0.83 | 0.95 | 0.15 | 7.28 | 0.9 | 0.45 |
| Hex | D9 | 24 | B | 0 | 53 | 5F | F | 7 | 5A | 2D |
| Octal | 331 | 44 | 13 | 0 | 123 | 137 | 17 | 7 | 132 | 55 |
| Binary | 11011001 | 100100 | 1011 | 0 | 1010011 | 1011111 | 1111 | 111 | 1011010 | 101101 |
Color Harmonies of #D9240B
Complementary color
Monochromatic Colors of #D9240B
Black with #D9240B
Text Example
Text Example
White with #D9240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9240B; }
p { color: rgb(217,36,11); }
H1.HeaderClassName
{
color: #D9240B;
}
.AnyTagClassName
{
color: #D9240B;
}
</style>
background-color css
<style>
a { background-color: #D9240B; }
a { background-color: rgb(217,36,11); }
div.DivClassName
{
background-color: #D9240B;
}
.BgClassName
{
background-color: #D9240B;
}
</style>
border-color css
<style>
span { border-color: #D9240B; }
span { border-color: rgb(217,36,11); }
td.TdClassName
{
border-color: #D9240B;
}
.TagClassName
{
border-color: #D9240B;
}
</style>