Html Css Color HEX #D12018 Harley Davidson Orange
📋 copy color: '#D12018'red 209 ◦ green 32 ◦ blue 24
Shades of Harley Davidson Orange #D12018
Tints of Harley Davidson Orange #D12018
RGB
CMYK
RGB Variations
Color information
#D12018 (or 0xD12018) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 18. RGB value is (209,32,24). Sum of RGB (Red+Green+Blue) = 209+32+24=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D12018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12018 is #2EDFE7. Grayscale: #545454. Windows color (decimal): -3071976 or 1581265. OLE color: 1581265.
HSL color Cylindrical-coordinate representation of color #D12018: hue angle of 2.59º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D12018 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 24 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.18 |
| HSL | 2.59º | 0.79% | 0.46% | - |
| HSV(B) | 2.59º | 0.89% | 0.82% | - |
| XYZ | 26.98 | 14.65 | 2.27 | - |
| YUV | 84.01 | 94.14 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 24 | 0 | 0.85 | 0.89 | 0.18 | 2.59 | 0.79 | 0.46 |
| Hex | D1 | 20 | 18 | 0 | 55 | 59 | 12 | 3 | 4F | 2E |
| Octal | 321 | 40 | 30 | 0 | 125 | 131 | 22 | 3 | 117 | 56 |
| Binary | 11010001 | 100000 | 11000 | 0 | 1010101 | 1011001 | 10010 | 11 | 1001111 | 101110 |
Color Harmonies of #D12018
Complementary color
Monochromatic Colors of #D12018
Black with #D12018
Text Example
Text Example
White with #D12018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12018; }
p { color: rgb(209,32,24); }
H1.HeaderClassName
{
color: #D12018;
}
.AnyTagClassName
{
color: #D12018;
}
</style>
background-color css
<style>
a { background-color: #D12018; }
a { background-color: rgb(209,32,24); }
div.DivClassName
{
background-color: #D12018;
}
.BgClassName
{
background-color: #D12018;
}
</style>
border-color css
<style>
span { border-color: #D12018; }
span { border-color: rgb(209,32,24); }
td.TdClassName
{
border-color: #D12018;
}
.TagClassName
{
border-color: #D12018;
}
</style>