Html Css Color HEX #D12F20 Harley Davidson Orange
📋 copy color: '#D12F20'red 209 ◦ green 47 ◦ blue 32
Shades of Harley Davidson Orange #D12F20
Tints of Harley Davidson Orange #D12F20
RGB
CMYK
RGB Variations
Color information
#D12F20 (or 0xD12F20) is known color: Harley Davidson Orange. HEX triplet: D1, 2F and 20. RGB value is (209,47,32). Sum of RGB (Red+Green+Blue) = 209+47+32=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12F20 is #2ED0DF. Grayscale: #5D5D5D. Windows color (decimal): -3068128 or 2109393. OLE color: 2109393.
HSL color Cylindrical-coordinate representation of color #D12F20: hue angle of 5.08º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12F20 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 32 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.18 |
| HSL | 5.08º | 0.73% | 0.47% | - |
| HSV(B) | 5.08º | 0.85% | 0.82% | - |
| XYZ | 27.57 | 15.69 | 2.94 | - |
| YUV | 93.73 | 93.17 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 32 | 0 | 0.78 | 0.85 | 0.18 | 5.08 | 0.73 | 0.47 |
| Hex | D1 | 2F | 20 | 0 | 4E | 55 | 12 | 5 | 49 | 2F |
| Octal | 321 | 57 | 40 | 0 | 116 | 125 | 22 | 5 | 111 | 57 |
| Binary | 11010001 | 101111 | 100000 | 0 | 1001110 | 1010101 | 10010 | 101 | 1001001 | 101111 |
Color Harmonies of #D12F20
Complementary color
Monochromatic Colors of #D12F20
Black with #D12F20
Text Example
Text Example
White with #D12F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F20; }
p { color: rgb(209,47,32); }
H1.HeaderClassName
{
color: #D12F20;
}
.AnyTagClassName
{
color: #D12F20;
}
</style>
background-color css
<style>
a { background-color: #D12F20; }
a { background-color: rgb(209,47,32); }
div.DivClassName
{
background-color: #D12F20;
}
.BgClassName
{
background-color: #D12F20;
}
</style>
border-color css
<style>
span { border-color: #D12F20; }
span { border-color: rgb(209,47,32); }
td.TdClassName
{
border-color: #D12F20;
}
.TagClassName
{
border-color: #D12F20;
}
</style>