Html Css Color HEX #D13E1D Harley Davidson Orange
📋 copy color: '#D13E1D'red 209 ◦ green 62 ◦ blue 29
Shades of Harley Davidson Orange #D13E1D
Tints of Harley Davidson Orange #D13E1D
RGB
CMYK
RGB Variations
Color information
#D13E1D (or 0xD13E1D) is known color: Harley Davidson Orange. HEX triplet: D1, 3E and 1D. RGB value is (209,62,29). Sum of RGB (Red+Green+Blue) = 209+62+29=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E1D is #2EC1E2. Grayscale: #666666. Windows color (decimal): -3064291 or 1916625. OLE color: 1916625.
HSL color Cylindrical-coordinate representation of color #D13E1D: hue angle of 11º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D13E1D is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 29 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.18 |
| HSL | 11º | 0.76% | 0.47% | - |
| HSV(B) | 11º | 0.86% | 0.82% | - |
| XYZ | 28.24 | 17.09 | 2.97 | - |
| YUV | 102.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 29 | 0 | 0.70 | 0.86 | 0.18 | 11 | 0.76 | 0.47 |
| Hex | D1 | 3E | 1D | 0 | 46 | 56 | 12 | B | 4C | 2F |
| Octal | 321 | 76 | 35 | 0 | 106 | 126 | 22 | 13 | 114 | 57 |
| Binary | 11010001 | 111110 | 11101 | 0 | 1000110 | 1010110 | 10010 | 1011 | 1001100 | 101111 |
Color Harmonies of #D13E1D
Complementary color
Monochromatic Colors of #D13E1D
Black with #D13E1D
Text Example
Text Example
White with #D13E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E1D; }
p { color: rgb(209,62,29); }
H1.HeaderClassName
{
color: #D13E1D;
}
.AnyTagClassName
{
color: #D13E1D;
}
</style>
background-color css
<style>
a { background-color: #D13E1D; }
a { background-color: rgb(209,62,29); }
div.DivClassName
{
background-color: #D13E1D;
}
.BgClassName
{
background-color: #D13E1D;
}
</style>
border-color css
<style>
span { border-color: #D13E1D; }
span { border-color: rgb(209,62,29); }
td.TdClassName
{
border-color: #D13E1D;
}
.TagClassName
{
border-color: #D13E1D;
}
</style>