Html Css Color HEX #D11F14 Harley Davidson Orange
📋 copy color: '#D11F14'red 209 ◦ green 31 ◦ blue 20
Shades of Harley Davidson Orange #D11F14
Tints of Harley Davidson Orange #D11F14
RGB
CMYK
RGB Variations
Color information
#D11F14 (or 0xD11F14) is known color: Harley Davidson Orange. HEX triplet: D1, 1F and 14. RGB value is (209,31,20). Sum of RGB (Red+Green+Blue) = 209+31+20=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11F14 is #2EE0EB. Grayscale: #535353. Windows color (decimal): -3072236 or 1318865. OLE color: 1318865.
HSL color Cylindrical-coordinate representation of color #D11F14: hue angle of 3.49º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11F14 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 20 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.18 |
| HSL | 3.49º | 0.83% | 0.45% | - |
| HSV(B) | 3.49º | 0.9% | 0.82% | - |
| XYZ | 26.91 | 14.59 | 2.06 | - |
| YUV | 82.97 | 92.47 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 20 | 0 | 0.85 | 0.90 | 0.18 | 3.49 | 0.83 | 0.45 |
| Hex | D1 | 1F | 14 | 0 | 55 | 5A | 12 | 3 | 53 | 2D |
| Octal | 321 | 37 | 24 | 0 | 125 | 132 | 22 | 3 | 123 | 55 |
| Binary | 11010001 | 11111 | 10100 | 0 | 1010101 | 1011010 | 10010 | 11 | 1010011 | 101101 |
Color Harmonies of #D11F14
Complementary color
Monochromatic Colors of #D11F14
Black with #D11F14
Text Example
Text Example
White with #D11F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11F14; }
p { color: rgb(209,31,20); }
H1.HeaderClassName
{
color: #D11F14;
}
.AnyTagClassName
{
color: #D11F14;
}
</style>
background-color css
<style>
a { background-color: #D11F14; }
a { background-color: rgb(209,31,20); }
div.DivClassName
{
background-color: #D11F14;
}
.BgClassName
{
background-color: #D11F14;
}
</style>
border-color css
<style>
span { border-color: #D11F14; }
span { border-color: rgb(209,31,20); }
td.TdClassName
{
border-color: #D11F14;
}
.TagClassName
{
border-color: #D11F14;
}
</style>