Html Css Color HEX #D12B1D Harley Davidson Orange
📋 copy color: '#D12B1D'red 209 ◦ green 43 ◦ blue 29
Shades of Harley Davidson Orange #D12B1D
Tints of Harley Davidson Orange #D12B1D
RGB
CMYK
RGB Variations
Color information
#D12B1D (or 0xD12B1D) is known color: Harley Davidson Orange. HEX triplet: D1, 2B and 1D. RGB value is (209,43,29). Sum of RGB (Red+Green+Blue) = 209+43+29=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12B1D is #2ED4E2. Grayscale: #5B5B5B. Windows color (decimal): -3069155 or 1911761. OLE color: 1911761.
HSL color Cylindrical-coordinate representation of color #D12B1D: hue angle of 4.67º degrees, saturation: 0.76, 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 #D12B1D is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 29 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.18 |
| HSL | 4.67º | 0.76% | 0.47% | - |
| HSV(B) | 4.67º | 0.86% | 0.82% | - |
| XYZ | 27.38 | 15.37 | 2.69 | - |
| YUV | 91.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 29 | 0 | 0.79 | 0.86 | 0.18 | 4.67 | 0.76 | 0.47 |
| Hex | D1 | 2B | 1D | 0 | 4F | 56 | 12 | 5 | 4C | 2F |
| Octal | 321 | 53 | 35 | 0 | 117 | 126 | 22 | 5 | 114 | 57 |
| Binary | 11010001 | 101011 | 11101 | 0 | 1001111 | 1010110 | 10010 | 101 | 1001100 | 101111 |
Color Harmonies of #D12B1D
Complementary color
Monochromatic Colors of #D12B1D
Black with #D12B1D
Text Example
Text Example
White with #D12B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B1D; }
p { color: rgb(209,43,29); }
H1.HeaderClassName
{
color: #D12B1D;
}
.AnyTagClassName
{
color: #D12B1D;
}
</style>
background-color css
<style>
a { background-color: #D12B1D; }
a { background-color: rgb(209,43,29); }
div.DivClassName
{
background-color: #D12B1D;
}
.BgClassName
{
background-color: #D12B1D;
}
</style>
border-color css
<style>
span { border-color: #D12B1D; }
span { border-color: rgb(209,43,29); }
td.TdClassName
{
border-color: #D12B1D;
}
.TagClassName
{
border-color: #D12B1D;
}
</style>