Html Css Color HEX #D9240C Harley Davidson Orange
📋 copy color: '#D9240C'red 217 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #D9240C
Tints of Harley Davidson Orange #D9240C
RGB
CMYK
RGB Variations
Color information
#D9240C (or 0xD9240C) is known color: Harley Davidson Orange. HEX triplet: D9, 24 and 0C. RGB value is (217,36,12). Sum of RGB (Red+Green+Blue) = 217+36+12=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D9240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9240C is #26DBF3. Grayscale: #575757. Windows color (decimal): -2546676 or 795865. OLE color: 795865.
HSL color Cylindrical-coordinate representation of color #D9240C: hue angle of 7.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9240C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.15 |
| HSL | 7.02º | 0.9% | 0.45% | - |
| HSV(B) | 7.02º | 0.94% | 0.85% | - |
| XYZ | 29.31 | 16.04 | 1.9 | - |
| YUV | 87.38 | 85.47 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 12 | 0 | 0.83 | 0.94 | 0.15 | 7.02 | 0.9 | 0.45 |
| Hex | D9 | 24 | C | 0 | 53 | 5E | F | 7 | 5A | 2D |
| Octal | 331 | 44 | 14 | 0 | 123 | 136 | 17 | 7 | 132 | 55 |
| Binary | 11011001 | 100100 | 1100 | 0 | 1010011 | 1011110 | 1111 | 111 | 1011010 | 101101 |
Color Harmonies of #D9240C
Complementary color
Monochromatic Colors of #D9240C
Black with #D9240C
Text Example
Text Example
White with #D9240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9240C; }
p { color: rgb(217,36,12); }
H1.HeaderClassName
{
color: #D9240C;
}
.AnyTagClassName
{
color: #D9240C;
}
</style>
background-color css
<style>
a { background-color: #D9240C; }
a { background-color: rgb(217,36,12); }
div.DivClassName
{
background-color: #D9240C;
}
.BgClassName
{
background-color: #D9240C;
}
</style>
border-color css
<style>
span { border-color: #D9240C; }
span { border-color: rgb(217,36,12); }
td.TdClassName
{
border-color: #D9240C;
}
.TagClassName
{
border-color: #D9240C;
}
</style>