Html Css Color HEX #D12917 Harley Davidson Orange
📋 copy color: '#D12917'red 209 ◦ green 41 ◦ blue 23
Shades of Harley Davidson Orange #D12917
Tints of Harley Davidson Orange #D12917
RGB
CMYK
RGB Variations
Color information
#D12917 (or 0xD12917) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 17. RGB value is (209,41,23). Sum of RGB (Red+Green+Blue) = 209+41+23=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D12917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12917 is #2ED6E8. Grayscale: #595959. Windows color (decimal): -3069673 or 1518033. OLE color: 1518033.
HSL color Cylindrical-coordinate representation of color #D12917: hue angle of 5.81º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D12917 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 23 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.18 |
| HSL | 5.81º | 0.8% | 0.45% | - |
| HSV(B) | 5.81º | 0.89% | 0.82% | - |
| XYZ | 27.24 | 15.2 | 2.31 | - |
| YUV | 89.18 | 90.66 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 23 | 0 | 0.80 | 0.89 | 0.18 | 5.81 | 0.8 | 0.45 |
| Hex | D1 | 29 | 17 | 0 | 50 | 59 | 12 | 6 | 50 | 2D |
| Octal | 321 | 51 | 27 | 0 | 120 | 131 | 22 | 6 | 120 | 55 |
| Binary | 11010001 | 101001 | 10111 | 0 | 1010000 | 1011001 | 10010 | 110 | 1010000 | 101101 |
Color Harmonies of #D12917
Complementary color
Monochromatic Colors of #D12917
Black with #D12917
Text Example
Text Example
White with #D12917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12917; }
p { color: rgb(209,41,23); }
H1.HeaderClassName
{
color: #D12917;
}
.AnyTagClassName
{
color: #D12917;
}
</style>
background-color css
<style>
a { background-color: #D12917; }
a { background-color: rgb(209,41,23); }
div.DivClassName
{
background-color: #D12917;
}
.BgClassName
{
background-color: #D12917;
}
</style>
border-color css
<style>
span { border-color: #D12917; }
span { border-color: rgb(209,41,23); }
td.TdClassName
{
border-color: #D12917;
}
.TagClassName
{
border-color: #D12917;
}
</style>