Html Css Color HEX #D5461E Harley Davidson Orange
📋 copy color: '#D5461E'red 213 ◦ green 70 ◦ blue 30
Shades of Harley Davidson Orange #D5461E
Tints of Harley Davidson Orange #D5461E
RGB
CMYK
RGB Variations
Color information
#D5461E (or 0xD5461E) is known color: Harley Davidson Orange. HEX triplet: D5, 46 and 1E. RGB value is (213,70,30). Sum of RGB (Red+Green+Blue) = 213+70+30=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5461E is #2AB9E1. Grayscale: #6C6C6C. Windows color (decimal): -2800098 or 1984213. OLE color: 1984213.
HSL color Cylindrical-coordinate representation of color #D5461E: hue angle of 13.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5461E is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 30 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.16 |
| HSL | 13.11º | 0.75% | 0.48% | - |
| HSV(B) | 13.11º | 0.86% | 0.84% | - |
| XYZ | 29.87 | 18.62 | 3.25 | - |
| YUV | 108.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 30 | 0 | 0.67 | 0.86 | 0.16 | 13.11 | 0.75 | 0.48 |
| Hex | D5 | 46 | 1E | 0 | 43 | 56 | 10 | D | 4B | 30 |
| Octal | 325 | 106 | 36 | 0 | 103 | 126 | 20 | 15 | 113 | 60 |
| Binary | 11010101 | 1000110 | 11110 | 0 | 1000011 | 1010110 | 10000 | 1101 | 1001011 | 110000 |
Color Harmonies of #D5461E
Complementary color
Monochromatic Colors of #D5461E
Black with #D5461E
Text Example
Text Example
White with #D5461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5461E; }
p { color: rgb(213,70,30); }
H1.HeaderClassName
{
color: #D5461E;
}
.AnyTagClassName
{
color: #D5461E;
}
</style>
background-color css
<style>
a { background-color: #D5461E; }
a { background-color: rgb(213,70,30); }
div.DivClassName
{
background-color: #D5461E;
}
.BgClassName
{
background-color: #D5461E;
}
</style>
border-color css
<style>
span { border-color: #D5461E; }
span { border-color: rgb(213,70,30); }
td.TdClassName
{
border-color: #D5461E;
}
.TagClassName
{
border-color: #D5461E;
}
</style>