Html Css Color HEX #D13114 Harley Davidson Orange
📋 copy color: '#D13114'red 209 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #D13114
Tints of Harley Davidson Orange #D13114
RGB
CMYK
RGB Variations
Color information
#D13114 (or 0xD13114) is known color: Harley Davidson Orange. HEX triplet: D1, 31 and 14. RGB value is (209,49,20). Sum of RGB (Red+Green+Blue) = 209+49+20=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D13114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13114 is #2ECEEB. Grayscale: #5D5D5D. Windows color (decimal): -3067628 or 1323473. OLE color: 1323473.
HSL color Cylindrical-coordinate representation of color #D13114: hue angle of 9.21º 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 #D13114 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 20 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.18 |
| HSL | 9.21º | 0.83% | 0.45% | - |
| HSV(B) | 9.21º | 0.9% | 0.82% | - |
| XYZ | 27.52 | 15.8 | 2.26 | - |
| YUV | 93.53 | 86.51 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 20 | 0 | 0.77 | 0.90 | 0.18 | 9.21 | 0.83 | 0.45 |
| Hex | D1 | 31 | 14 | 0 | 4D | 5A | 12 | 9 | 53 | 2D |
| Octal | 321 | 61 | 24 | 0 | 115 | 132 | 22 | 11 | 123 | 55 |
| Binary | 11010001 | 110001 | 10100 | 0 | 1001101 | 1011010 | 10010 | 1001 | 1010011 | 101101 |
Color Harmonies of #D13114
Complementary color
Monochromatic Colors of #D13114
Black with #D13114
Text Example
Text Example
White with #D13114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13114; }
p { color: rgb(209,49,20); }
H1.HeaderClassName
{
color: #D13114;
}
.AnyTagClassName
{
color: #D13114;
}
</style>
background-color css
<style>
a { background-color: #D13114; }
a { background-color: rgb(209,49,20); }
div.DivClassName
{
background-color: #D13114;
}
.BgClassName
{
background-color: #D13114;
}
</style>
border-color css
<style>
span { border-color: #D13114; }
span { border-color: rgb(209,49,20); }
td.TdClassName
{
border-color: #D13114;
}
.TagClassName
{
border-color: #D13114;
}
</style>