Html Css Color HEX #D13D15 Harley Davidson Orange
📋 copy color: '#D13D15'red 209 ◦ green 61 ◦ blue 21
Shades of Harley Davidson Orange #D13D15
Tints of Harley Davidson Orange #D13D15
RGB
CMYK
RGB Variations
Color information
#D13D15 (or 0xD13D15) is known color: Harley Davidson Orange. HEX triplet: D1, 3D and 15. RGB value is (209,61,21). Sum of RGB (Red+Green+Blue) = 209+61+21=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13D15 is #2EC2EA. Grayscale: #656565. Windows color (decimal): -3064555 or 1392081. OLE color: 1392081.
HSL color Cylindrical-coordinate representation of color #D13D15: hue angle of 12.77º degrees, saturation: 0.82, 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 #D13D15 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 21 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.18 |
| HSL | 12.77º | 0.82% | 0.45% | - |
| HSV(B) | 12.77º | 0.9% | 0.82% | - |
| XYZ | 28.1 | 16.95 | 2.5 | - |
| YUV | 100.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 21 | 0 | 0.71 | 0.90 | 0.18 | 12.77 | 0.82 | 0.45 |
| Hex | D1 | 3D | 15 | 0 | 47 | 5A | 12 | D | 52 | 2D |
| Octal | 321 | 75 | 25 | 0 | 107 | 132 | 22 | 15 | 122 | 55 |
| Binary | 11010001 | 111101 | 10101 | 0 | 1000111 | 1011010 | 10010 | 1101 | 1010010 | 101101 |
Color Harmonies of #D13D15
Complementary color
Monochromatic Colors of #D13D15
Black with #D13D15
Text Example
Text Example
White with #D13D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D15; }
p { color: rgb(209,61,21); }
H1.HeaderClassName
{
color: #D13D15;
}
.AnyTagClassName
{
color: #D13D15;
}
</style>
background-color css
<style>
a { background-color: #D13D15; }
a { background-color: rgb(209,61,21); }
div.DivClassName
{
background-color: #D13D15;
}
.BgClassName
{
background-color: #D13D15;
}
</style>
border-color css
<style>
span { border-color: #D13D15; }
span { border-color: rgb(209,61,21); }
td.TdClassName
{
border-color: #D13D15;
}
.TagClassName
{
border-color: #D13D15;
}
</style>