Html Css Color HEX #D5471A Harley Davidson Orange
📋 copy color: '#D5471A'red 213 ◦ green 71 ◦ blue 26
Shades of Harley Davidson Orange #D5471A
Tints of Harley Davidson Orange #D5471A
RGB
CMYK
RGB Variations
Color information
#D5471A (or 0xD5471A) is known color: Harley Davidson Orange. HEX triplet: D5, 47 and 1A. RGB value is (213,71,26). Sum of RGB (Red+Green+Blue) = 213+71+26=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5471A is #2AB8E5. Grayscale: #6C6C6C. Windows color (decimal): -2799846 or 1722325. OLE color: 1722325.
HSL color Cylindrical-coordinate representation of color #D5471A: hue angle of 14.44º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5471A is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 26 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.16 |
| HSL | 14.44º | 0.78% | 0.47% | - |
| HSV(B) | 14.44º | 0.88% | 0.84% | - |
| XYZ | 29.88 | 18.73 | 3.02 | - |
| YUV | 108.33 | 81.54 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 26 | 0 | 0.67 | 0.88 | 0.16 | 14.44 | 0.78 | 0.47 |
| Hex | D5 | 47 | 1A | 0 | 43 | 58 | 10 | E | 4E | 2F |
| Octal | 325 | 107 | 32 | 0 | 103 | 130 | 20 | 16 | 116 | 57 |
| Binary | 11010101 | 1000111 | 11010 | 0 | 1000011 | 1011000 | 10000 | 1110 | 1001110 | 101111 |
Color Harmonies of #D5471A
Complementary color
Monochromatic Colors of #D5471A
Black with #D5471A
Text Example
Text Example
White with #D5471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5471A; }
p { color: rgb(213,71,26); }
H1.HeaderClassName
{
color: #D5471A;
}
.AnyTagClassName
{
color: #D5471A;
}
</style>
background-color css
<style>
a { background-color: #D5471A; }
a { background-color: rgb(213,71,26); }
div.DivClassName
{
background-color: #D5471A;
}
.BgClassName
{
background-color: #D5471A;
}
</style>
border-color css
<style>
span { border-color: #D5471A; }
span { border-color: rgb(213,71,26); }
td.TdClassName
{
border-color: #D5471A;
}
.TagClassName
{
border-color: #D5471A;
}
</style>