Html Css Color HEX #D12D1B Harley Davidson Orange
📋 copy color: '#D12D1B'red 209 ◦ green 45 ◦ blue 27
Shades of Harley Davidson Orange #D12D1B
Tints of Harley Davidson Orange #D12D1B
RGB
CMYK
RGB Variations
Color information
#D12D1B (or 0xD12D1B) is known color: Harley Davidson Orange. HEX triplet: D1, 2D and 1B. RGB value is (209,45,27). Sum of RGB (Red+Green+Blue) = 209+45+27=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12D1B is #2ED2E4. Grayscale: #5C5C5C. Windows color (decimal): -3068645 or 1781201. OLE color: 1781201.
HSL color Cylindrical-coordinate representation of color #D12D1B: hue angle of 5.93º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D12D1B is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 27 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.18 |
| HSL | 5.93º | 0.77% | 0.46% | - |
| HSV(B) | 5.93º | 0.87% | 0.82% | - |
| XYZ | 27.43 | 15.51 | 2.59 | - |
| YUV | 91.98 | 91.33 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 27 | 0 | 0.78 | 0.87 | 0.18 | 5.93 | 0.77 | 0.46 |
| Hex | D1 | 2D | 1B | 0 | 4E | 57 | 12 | 6 | 4D | 2E |
| Octal | 321 | 55 | 33 | 0 | 116 | 127 | 22 | 6 | 115 | 56 |
| Binary | 11010001 | 101101 | 11011 | 0 | 1001110 | 1010111 | 10010 | 110 | 1001101 | 101110 |
Color Harmonies of #D12D1B
Complementary color
Monochromatic Colors of #D12D1B
Black with #D12D1B
Text Example
Text Example
White with #D12D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D1B; }
p { color: rgb(209,45,27); }
H1.HeaderClassName
{
color: #D12D1B;
}
.AnyTagClassName
{
color: #D12D1B;
}
</style>
background-color css
<style>
a { background-color: #D12D1B; }
a { background-color: rgb(209,45,27); }
div.DivClassName
{
background-color: #D12D1B;
}
.BgClassName
{
background-color: #D12D1B;
}
</style>
border-color css
<style>
span { border-color: #D12D1B; }
span { border-color: rgb(209,45,27); }
td.TdClassName
{
border-color: #D12D1B;
}
.TagClassName
{
border-color: #D12D1B;
}
</style>