Html Css Color HEX #D13E14 Harley Davidson Orange
📋 copy color: '#D13E14'red 209 ◦ green 62 ◦ blue 20
Shades of Harley Davidson Orange #D13E14
Tints of Harley Davidson Orange #D13E14
RGB
CMYK
RGB Variations
Color information
#D13E14 (or 0xD13E14) is known color: Harley Davidson Orange. HEX triplet: D1, 3E and 14. RGB value is (209,62,20). Sum of RGB (Red+Green+Blue) = 209+62+20=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13E14 is #2EC1EB. Grayscale: #656565. Windows color (decimal): -3064300 or 1326801. OLE color: 1326801.
HSL color Cylindrical-coordinate representation of color #D13E14: hue angle of 13.33º 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 #D13E14 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 20 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.18 |
| HSL | 13.33º | 0.83% | 0.45% | - |
| HSV(B) | 13.33º | 0.9% | 0.82% | - |
| XYZ | 28.14 | 17.05 | 2.47 | - |
| YUV | 101.17 | 82.2 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 20 | 0 | 0.70 | 0.90 | 0.18 | 13.33 | 0.83 | 0.45 |
| Hex | D1 | 3E | 14 | 0 | 46 | 5A | 12 | D | 53 | 2D |
| Octal | 321 | 76 | 24 | 0 | 106 | 132 | 22 | 15 | 123 | 55 |
| Binary | 11010001 | 111110 | 10100 | 0 | 1000110 | 1011010 | 10010 | 1101 | 1010011 | 101101 |
Color Harmonies of #D13E14
Complementary color
Monochromatic Colors of #D13E14
Black with #D13E14
Text Example
Text Example
White with #D13E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E14; }
p { color: rgb(209,62,20); }
H1.HeaderClassName
{
color: #D13E14;
}
.AnyTagClassName
{
color: #D13E14;
}
</style>
background-color css
<style>
a { background-color: #D13E14; }
a { background-color: rgb(209,62,20); }
div.DivClassName
{
background-color: #D13E14;
}
.BgClassName
{
background-color: #D13E14;
}
</style>
border-color css
<style>
span { border-color: #D13E14; }
span { border-color: rgb(209,62,20); }
td.TdClassName
{
border-color: #D13E14;
}
.TagClassName
{
border-color: #D13E14;
}
</style>