Html Css Color HEX #D12B0E Harley Davidson Orange
📋 copy color: '#D12B0E'red 209 ◦ green 43 ◦ blue 14
Shades of Harley Davidson Orange #D12B0E
Tints of Harley Davidson Orange #D12B0E
RGB
CMYK
RGB Variations
Color information
#D12B0E (or 0xD12B0E) is known color: Harley Davidson Orange. HEX triplet: D1, 2B and 0E. RGB value is (209,43,14). Sum of RGB (Red+Green+Blue) = 209+43+14=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12B0E is #2ED4F1. Grayscale: #595959. Windows color (decimal): -3069170 or 928721. OLE color: 928721.
HSL color Cylindrical-coordinate representation of color #D12B0E: hue angle of 8.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D12B0E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.18 |
| HSL | 8.92º | 0.87% | 0.44% | - |
| HSV(B) | 8.92º | 0.93% | 0.82% | - |
| XYZ | 27.24 | 15.31 | 1.94 | - |
| YUV | 89.33 | 85.5 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 14 | 0 | 0.79 | 0.93 | 0.18 | 8.92 | 0.87 | 0.44 |
| Hex | D1 | 2B | E | 0 | 4F | 5D | 12 | 9 | 57 | 2C |
| Octal | 321 | 53 | 16 | 0 | 117 | 135 | 22 | 11 | 127 | 54 |
| Binary | 11010001 | 101011 | 1110 | 0 | 1001111 | 1011101 | 10010 | 1001 | 1010111 | 101100 |
Color Harmonies of #D12B0E
Complementary color
Monochromatic Colors of #D12B0E
Black with #D12B0E
Text Example
Text Example
White with #D12B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B0E; }
p { color: rgb(209,43,14); }
H1.HeaderClassName
{
color: #D12B0E;
}
.AnyTagClassName
{
color: #D12B0E;
}
</style>
background-color css
<style>
a { background-color: #D12B0E; }
a { background-color: rgb(209,43,14); }
div.DivClassName
{
background-color: #D12B0E;
}
.BgClassName
{
background-color: #D12B0E;
}
</style>
border-color css
<style>
span { border-color: #D12B0E; }
span { border-color: rgb(209,43,14); }
td.TdClassName
{
border-color: #D12B0E;
}
.TagClassName
{
border-color: #D12B0E;
}
</style>