Html Css Color HEX #D13D1D Harley Davidson Orange
📋 copy color: '#D13D1D'red 209 ◦ green 61 ◦ blue 29
Shades of Harley Davidson Orange #D13D1D
Tints of Harley Davidson Orange #D13D1D
RGB
CMYK
RGB Variations
Color information
#D13D1D (or 0xD13D1D) is known color: Harley Davidson Orange. HEX triplet: D1, 3D and 1D. RGB value is (209,61,29). Sum of RGB (Red+Green+Blue) = 209+61+29=299 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.90% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D1D is #2EC2E2. Grayscale: #656565. Windows color (decimal): -3064547 or 1916369. OLE color: 1916369.
HSL color Cylindrical-coordinate representation of color #D13D1D: hue angle of 10.67º 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 #D13D1D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 29 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.18 |
| HSL | 10.67º | 0.76% | 0.47% | - |
| HSV(B) | 10.67º | 0.86% | 0.82% | - |
| XYZ | 28.19 | 16.98 | 2.95 | - |
| YUV | 101.6 | 87.03 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 29 | 0 | 0.71 | 0.86 | 0.18 | 10.67 | 0.76 | 0.47 |
| Hex | D1 | 3D | 1D | 0 | 47 | 56 | 12 | B | 4C | 2F |
| Octal | 321 | 75 | 35 | 0 | 107 | 126 | 22 | 13 | 114 | 57 |
| Binary | 11010001 | 111101 | 11101 | 0 | 1000111 | 1010110 | 10010 | 1011 | 1001100 | 101111 |
Color Harmonies of #D13D1D
Complementary color
Monochromatic Colors of #D13D1D
Black with #D13D1D
Text Example
Text Example
White with #D13D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D1D; }
p { color: rgb(209,61,29); }
H1.HeaderClassName
{
color: #D13D1D;
}
.AnyTagClassName
{
color: #D13D1D;
}
</style>
background-color css
<style>
a { background-color: #D13D1D; }
a { background-color: rgb(209,61,29); }
div.DivClassName
{
background-color: #D13D1D;
}
.BgClassName
{
background-color: #D13D1D;
}
</style>
border-color css
<style>
span { border-color: #D13D1D; }
span { border-color: rgb(209,61,29); }
td.TdClassName
{
border-color: #D13D1D;
}
.TagClassName
{
border-color: #D13D1D;
}
</style>