Html Css Color HEX #D8240C Harley Davidson Orange
📋 copy color: '#D8240C'red 216 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #D8240C
Tints of Harley Davidson Orange #D8240C
RGB
CMYK
RGB Variations
Color information
#D8240C (or 0xD8240C) is known color: Harley Davidson Orange. HEX triplet: D8, 24 and 0C. RGB value is (216,36,12). Sum of RGB (Red+Green+Blue) = 216+36+12=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D8240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8240C is #27DBF3. Grayscale: #575757. Windows color (decimal): -2612212 or 795864. OLE color: 795864.
HSL color Cylindrical-coordinate representation of color #D8240C: hue angle of 7.06º degrees, saturation: 0.89, 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 #D8240C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.15 |
| HSL | 7.06º | 0.89% | 0.45% | - |
| HSV(B) | 7.06º | 0.94% | 0.85% | - |
| XYZ | 29.02 | 15.89 | 1.89 | - |
| YUV | 87.08 | 85.63 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 12 | 0 | 0.83 | 0.94 | 0.15 | 7.06 | 0.89 | 0.45 |
| Hex | D8 | 24 | C | 0 | 53 | 5E | F | 7 | 59 | 2D |
| Octal | 330 | 44 | 14 | 0 | 123 | 136 | 17 | 7 | 131 | 55 |
| Binary | 11011000 | 100100 | 1100 | 0 | 1010011 | 1011110 | 1111 | 111 | 1011001 | 101101 |
Color Harmonies of #D8240C
Complementary color
Monochromatic Colors of #D8240C
Black with #D8240C
Text Example
Text Example
White with #D8240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8240C; }
p { color: rgb(216,36,12); }
H1.HeaderClassName
{
color: #D8240C;
}
.AnyTagClassName
{
color: #D8240C;
}
</style>
background-color css
<style>
a { background-color: #D8240C; }
a { background-color: rgb(216,36,12); }
div.DivClassName
{
background-color: #D8240C;
}
.BgClassName
{
background-color: #D8240C;
}
</style>
border-color css
<style>
span { border-color: #D8240C; }
span { border-color: rgb(216,36,12); }
td.TdClassName
{
border-color: #D8240C;
}
.TagClassName
{
border-color: #D8240C;
}
</style>