Html Css Color HEX #D12C0E Harley Davidson Orange
📋 copy color: '#D12C0E'red 209 ◦ green 44 ◦ blue 14
Shades of Harley Davidson Orange #D12C0E
Tints of Harley Davidson Orange #D12C0E
RGB
CMYK
RGB Variations
Color information
#D12C0E (or 0xD12C0E) is known color: Harley Davidson Orange. HEX triplet: D1, 2C and 0E. RGB value is (209,44,14). Sum of RGB (Red+Green+Blue) = 209+44+14=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12C0E is #2ED3F1. Grayscale: #5A5A5A. Windows color (decimal): -3068914 or 928977. OLE color: 928977.
HSL color Cylindrical-coordinate representation of color #D12C0E: hue angle of 9.23º 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 #D12C0E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.18 |
| HSL | 9.23º | 0.87% | 0.44% | - |
| HSV(B) | 9.23º | 0.93% | 0.82% | - |
| XYZ | 27.27 | 15.39 | 1.95 | - |
| YUV | 89.92 | 85.16 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 14 | 0 | 0.79 | 0.93 | 0.18 | 9.23 | 0.87 | 0.44 |
| Hex | D1 | 2C | E | 0 | 4F | 5D | 12 | 9 | 57 | 2C |
| Octal | 321 | 54 | 16 | 0 | 117 | 135 | 22 | 11 | 127 | 54 |
| Binary | 11010001 | 101100 | 1110 | 0 | 1001111 | 1011101 | 10010 | 1001 | 1010111 | 101100 |
Color Harmonies of #D12C0E
Complementary color
Monochromatic Colors of #D12C0E
Black with #D12C0E
Text Example
Text Example
White with #D12C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12C0E; }
p { color: rgb(209,44,14); }
H1.HeaderClassName
{
color: #D12C0E;
}
.AnyTagClassName
{
color: #D12C0E;
}
</style>
background-color css
<style>
a { background-color: #D12C0E; }
a { background-color: rgb(209,44,14); }
div.DivClassName
{
background-color: #D12C0E;
}
.BgClassName
{
background-color: #D12C0E;
}
</style>
border-color css
<style>
span { border-color: #D12C0E; }
span { border-color: rgb(209,44,14); }
td.TdClassName
{
border-color: #D12C0E;
}
.TagClassName
{
border-color: #D12C0E;
}
</style>