Html Css Color HEX #D5291F Harley Davidson Orange
📋 copy color: '#D5291F'red 213 ◦ green 41 ◦ blue 31
Shades of Harley Davidson Orange #D5291F
Tints of Harley Davidson Orange #D5291F
RGB
CMYK
RGB Variations
Color information
#D5291F (or 0xD5291F) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 1F. RGB value is (213,41,31). Sum of RGB (Red+Green+Blue) = 213+41+31=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D5291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5291F is #2AD6E0. Grayscale: #5B5B5B. Windows color (decimal): -2807521 or 2042325. OLE color: 2042325.
HSL color Cylindrical-coordinate representation of color #D5291F: hue angle of 3.3º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5291F is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 31 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.16 |
| HSL | 3.3º | 0.75% | 0.48% | - |
| HSV(B) | 3.3º | 0.85% | 0.84% | - |
| XYZ | 28.48 | 15.83 | 2.85 | - |
| YUV | 91.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 31 | 0 | 0.81 | 0.85 | 0.16 | 3.3 | 0.75 | 0.48 |
| Hex | D5 | 29 | 1F | 0 | 51 | 55 | 10 | 3 | 4B | 30 |
| Octal | 325 | 51 | 37 | 0 | 121 | 125 | 20 | 3 | 113 | 60 |
| Binary | 11010101 | 101001 | 11111 | 0 | 1010001 | 1010101 | 10000 | 11 | 1001011 | 110000 |
Color Harmonies of #D5291F
Complementary color
Monochromatic Colors of #D5291F
Black with #D5291F
Text Example
Text Example
White with #D5291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5291F; }
p { color: rgb(213,41,31); }
H1.HeaderClassName
{
color: #D5291F;
}
.AnyTagClassName
{
color: #D5291F;
}
</style>
background-color css
<style>
a { background-color: #D5291F; }
a { background-color: rgb(213,41,31); }
div.DivClassName
{
background-color: #D5291F;
}
.BgClassName
{
background-color: #D5291F;
}
</style>
border-color css
<style>
span { border-color: #D5291F; }
span { border-color: rgb(213,41,31); }
td.TdClassName
{
border-color: #D5291F;
}
.TagClassName
{
border-color: #D5291F;
}
</style>