Html Css Color HEX #D14A13 Harley Davidson Orange
📋 copy color: '#D14A13'red 209 ◦ green 74 ◦ blue 19
Shades of Harley Davidson Orange #D14A13
Tints of Harley Davidson Orange #D14A13
RGB
CMYK
RGB Variations
Color information
#D14A13 (or 0xD14A13) is known color: Harley Davidson Orange. HEX triplet: D1, 4A and 13. RGB value is (209,74,19). Sum of RGB (Red+Green+Blue) = 209+74+19=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14A13 is #2EB5EC. Grayscale: #6C6C6C. Windows color (decimal): -3061229 or 1264337. OLE color: 1264337.
HSL color Cylindrical-coordinate representation of color #D14A13: hue angle of 17.37º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D14A13 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 19 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.18 |
| HSL | 17.37º | 0.83% | 0.45% | - |
| HSV(B) | 17.37º | 0.91% | 0.82% | - |
| XYZ | 28.86 | 18.5 | 2.67 | - |
| YUV | 108.1 | 77.73 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 19 | 0 | 0.65 | 0.91 | 0.18 | 17.37 | 0.83 | 0.45 |
| Hex | D1 | 4A | 13 | 0 | 41 | 5B | 12 | 11 | 53 | 2D |
| Octal | 321 | 112 | 23 | 0 | 101 | 133 | 22 | 21 | 123 | 55 |
| Binary | 11010001 | 1001010 | 10011 | 0 | 1000001 | 1011011 | 10010 | 10001 | 1010011 | 101101 |
Color Harmonies of #D14A13
Complementary color
Monochromatic Colors of #D14A13
Black with #D14A13
Text Example
Text Example
White with #D14A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A13; }
p { color: rgb(209,74,19); }
H1.HeaderClassName
{
color: #D14A13;
}
.AnyTagClassName
{
color: #D14A13;
}
</style>
background-color css
<style>
a { background-color: #D14A13; }
a { background-color: rgb(209,74,19); }
div.DivClassName
{
background-color: #D14A13;
}
.BgClassName
{
background-color: #D14A13;
}
</style>
border-color css
<style>
span { border-color: #D14A13; }
span { border-color: rgb(209,74,19); }
td.TdClassName
{
border-color: #D14A13;
}
.TagClassName
{
border-color: #D14A13;
}
</style>