Html Css Color HEX #D5290C Harley Davidson Orange
📋 copy color: '#D5290C'red 213 ◦ green 41 ◦ blue 12
Shades of Harley Davidson Orange #D5290C
Tints of Harley Davidson Orange #D5290C
RGB
CMYK
RGB Variations
Color information
#D5290C (or 0xD5290C) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 0C. RGB value is (213,41,12). Sum of RGB (Red+Green+Blue) = 213+41+12=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D5290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5290C is #2AD6F3. Grayscale: #595959. Windows color (decimal): -2807540 or 797141. OLE color: 797141.
HSL color Cylindrical-coordinate representation of color #D5290C: hue angle of 8.66º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5290C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.16 |
| HSL | 8.66º | 0.89% | 0.44% | - |
| HSV(B) | 8.66º | 0.94% | 0.84% | - |
| XYZ | 28.3 | 15.76 | 1.9 | - |
| YUV | 89.12 | 84.48 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 12 | 0 | 0.81 | 0.94 | 0.16 | 8.66 | 0.89 | 0.44 |
| Hex | D5 | 29 | C | 0 | 51 | 5E | 10 | 9 | 59 | 2C |
| Octal | 325 | 51 | 14 | 0 | 121 | 136 | 20 | 11 | 131 | 54 |
| Binary | 11010101 | 101001 | 1100 | 0 | 1010001 | 1011110 | 10000 | 1001 | 1011001 | 101100 |
Color Harmonies of #D5290C
Complementary color
Monochromatic Colors of #D5290C
Black with #D5290C
Text Example
Text Example
White with #D5290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5290C; }
p { color: rgb(213,41,12); }
H1.HeaderClassName
{
color: #D5290C;
}
.AnyTagClassName
{
color: #D5290C;
}
</style>
background-color css
<style>
a { background-color: #D5290C; }
a { background-color: rgb(213,41,12); }
div.DivClassName
{
background-color: #D5290C;
}
.BgClassName
{
background-color: #D5290C;
}
</style>
border-color css
<style>
span { border-color: #D5290C; }
span { border-color: rgb(213,41,12); }
td.TdClassName
{
border-color: #D5290C;
}
.TagClassName
{
border-color: #D5290C;
}
</style>