Html Css Color HEX #D5291D Harley Davidson Orange
📋 copy color: '#D5291D'red 213 ◦ green 41 ◦ blue 29
Shades of Harley Davidson Orange #D5291D
Tints of Harley Davidson Orange #D5291D
RGB
CMYK
RGB Variations
Color information
#D5291D (or 0xD5291D) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 1D. RGB value is (213,41,29). Sum of RGB (Red+Green+Blue) = 213+41+29=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D5291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5291D is #2AD6E2. Grayscale: #5B5B5B. Windows color (decimal): -2807523 or 1911253. OLE color: 1911253.
HSL color Cylindrical-coordinate representation of color #D5291D: hue angle of 3.91º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5291D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 29 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.16 |
| HSL | 3.91º | 0.76% | 0.47% | - |
| HSV(B) | 3.91º | 0.86% | 0.84% | - |
| XYZ | 28.46 | 15.82 | 2.72 | - |
| YUV | 91.06 | 92.98 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 29 | 0 | 0.81 | 0.86 | 0.16 | 3.91 | 0.76 | 0.47 |
| Hex | D5 | 29 | 1D | 0 | 51 | 56 | 10 | 4 | 4C | 2F |
| Octal | 325 | 51 | 35 | 0 | 121 | 126 | 20 | 4 | 114 | 57 |
| Binary | 11010101 | 101001 | 11101 | 0 | 1010001 | 1010110 | 10000 | 100 | 1001100 | 101111 |
Color Harmonies of #D5291D
Complementary color
Monochromatic Colors of #D5291D
Black with #D5291D
Text Example
Text Example
White with #D5291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5291D; }
p { color: rgb(213,41,29); }
H1.HeaderClassName
{
color: #D5291D;
}
.AnyTagClassName
{
color: #D5291D;
}
</style>
background-color css
<style>
a { background-color: #D5291D; }
a { background-color: rgb(213,41,29); }
div.DivClassName
{
background-color: #D5291D;
}
.BgClassName
{
background-color: #D5291D;
}
</style>
border-color css
<style>
span { border-color: #D5291D; }
span { border-color: rgb(213,41,29); }
td.TdClassName
{
border-color: #D5291D;
}
.TagClassName
{
border-color: #D5291D;
}
</style>