Html Css Color HEX #D5491B Harley Davidson Orange
📋 copy color: '#D5491B'red 213 ◦ green 73 ◦ blue 27
Shades of Harley Davidson Orange #D5491B
Tints of Harley Davidson Orange #D5491B
RGB
CMYK
RGB Variations
Color information
#D5491B (or 0xD5491B) is known color: Harley Davidson Orange. HEX triplet: D5, 49 and 1B. RGB value is (213,73,27). Sum of RGB (Red+Green+Blue) = 213+73+27=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5491B is #2AB6E4. Grayscale: #6D6D6D. Windows color (decimal): -2799333 or 1788373. OLE color: 1788373.
HSL color Cylindrical-coordinate representation of color #D5491B: hue angle of 14.84º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5491B is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 27 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.16 |
| HSL | 14.84º | 0.78% | 0.47% | - |
| HSV(B) | 14.84º | 0.87% | 0.84% | - |
| XYZ | 30.02 | 18.99 | 3.12 | - |
| YUV | 109.62 | 81.38 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 27 | 0 | 0.66 | 0.87 | 0.16 | 14.84 | 0.78 | 0.47 |
| Hex | D5 | 49 | 1B | 0 | 42 | 57 | 10 | F | 4E | 2F |
| Octal | 325 | 111 | 33 | 0 | 102 | 127 | 20 | 17 | 116 | 57 |
| Binary | 11010101 | 1001001 | 11011 | 0 | 1000010 | 1010111 | 10000 | 1111 | 1001110 | 101111 |
Color Harmonies of #D5491B
Complementary color
Monochromatic Colors of #D5491B
Black with #D5491B
Text Example
Text Example
White with #D5491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5491B; }
p { color: rgb(213,73,27); }
H1.HeaderClassName
{
color: #D5491B;
}
.AnyTagClassName
{
color: #D5491B;
}
</style>
background-color css
<style>
a { background-color: #D5491B; }
a { background-color: rgb(213,73,27); }
div.DivClassName
{
background-color: #D5491B;
}
.BgClassName
{
background-color: #D5491B;
}
</style>
border-color css
<style>
span { border-color: #D5491B; }
span { border-color: rgb(213,73,27); }
td.TdClassName
{
border-color: #D5491B;
}
.TagClassName
{
border-color: #D5491B;
}
</style>