Html Css Color HEX #D12D1E Harley Davidson Orange
📋 copy color: '#D12D1E'red 209 ◦ green 45 ◦ blue 30
Shades of Harley Davidson Orange #D12D1E
Tints of Harley Davidson Orange #D12D1E
RGB
CMYK
RGB Variations
Color information
#D12D1E (or 0xD12D1E) is known color: Harley Davidson Orange. HEX triplet: D1, 2D and 1E. RGB value is (209,45,30). Sum of RGB (Red+Green+Blue) = 209+45+30=284 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.59% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D1E is #2ED2E1. Grayscale: #5C5C5C. Windows color (decimal): -3068642 or 1977809. OLE color: 1977809.
HSL color Cylindrical-coordinate representation of color #D12D1E: hue angle of 5.03º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D12D1E is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 30 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.18 |
| HSL | 5.03º | 0.75% | 0.47% | - |
| HSV(B) | 5.03º | 0.86% | 0.82% | - |
| XYZ | 27.47 | 15.53 | 2.78 | - |
| YUV | 92.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 30 | 0 | 0.78 | 0.86 | 0.18 | 5.03 | 0.75 | 0.47 |
| Hex | D1 | 2D | 1E | 0 | 4E | 56 | 12 | 5 | 4B | 2F |
| Octal | 321 | 55 | 36 | 0 | 116 | 126 | 22 | 5 | 113 | 57 |
| Binary | 11010001 | 101101 | 11110 | 0 | 1001110 | 1010110 | 10010 | 101 | 1001011 | 101111 |
Color Harmonies of #D12D1E
Complementary color
Monochromatic Colors of #D12D1E
Black with #D12D1E
Text Example
Text Example
White with #D12D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D1E; }
p { color: rgb(209,45,30); }
H1.HeaderClassName
{
color: #D12D1E;
}
.AnyTagClassName
{
color: #D12D1E;
}
</style>
background-color css
<style>
a { background-color: #D12D1E; }
a { background-color: rgb(209,45,30); }
div.DivClassName
{
background-color: #D12D1E;
}
.BgClassName
{
background-color: #D12D1E;
}
</style>
border-color css
<style>
span { border-color: #D12D1E; }
span { border-color: rgb(209,45,30); }
td.TdClassName
{
border-color: #D12D1E;
}
.TagClassName
{
border-color: #D12D1E;
}
</style>