Html Css Color HEX #D12715 Harley Davidson Orange
📋 copy color: '#D12715'red 209 ◦ green 39 ◦ blue 21
Shades of Harley Davidson Orange #D12715
Tints of Harley Davidson Orange #D12715
RGB
CMYK
RGB Variations
Color information
#D12715 (or 0xD12715) is known color: Harley Davidson Orange. HEX triplet: D1, 27 and 15. RGB value is (209,39,21). Sum of RGB (Red+Green+Blue) = 209+39+21=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D12715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12715 is #2ED8EA. Grayscale: #585858. Windows color (decimal): -3070187 or 1386449. OLE color: 1386449.
HSL color Cylindrical-coordinate representation of color #D12715: hue angle of 5.74º 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 #D12715 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 21 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.18 |
| HSL | 5.74º | 0.82% | 0.45% | - |
| HSV(B) | 5.74º | 0.9% | 0.82% | - |
| XYZ | 27.16 | 15.06 | 2.19 | - |
| YUV | 87.78 | 90.32 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 21 | 0 | 0.81 | 0.90 | 0.18 | 5.74 | 0.82 | 0.45 |
| Hex | D1 | 27 | 15 | 0 | 51 | 5A | 12 | 6 | 52 | 2D |
| Octal | 321 | 47 | 25 | 0 | 121 | 132 | 22 | 6 | 122 | 55 |
| Binary | 11010001 | 100111 | 10101 | 0 | 1010001 | 1011010 | 10010 | 110 | 1010010 | 101101 |
Color Harmonies of #D12715
Complementary color
Monochromatic Colors of #D12715
Black with #D12715
Text Example
Text Example
White with #D12715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12715; }
p { color: rgb(209,39,21); }
H1.HeaderClassName
{
color: #D12715;
}
.AnyTagClassName
{
color: #D12715;
}
</style>
background-color css
<style>
a { background-color: #D12715; }
a { background-color: rgb(209,39,21); }
div.DivClassName
{
background-color: #D12715;
}
.BgClassName
{
background-color: #D12715;
}
</style>
border-color css
<style>
span { border-color: #D12715; }
span { border-color: rgb(209,39,21); }
td.TdClassName
{
border-color: #D12715;
}
.TagClassName
{
border-color: #D12715;
}
</style>