Html Css Color HEX #D53109 Harley Davidson Orange
📋 copy color: '#D53109'red 213 ◦ green 49 ◦ blue 9
Shades of Harley Davidson Orange #D53109
Tints of Harley Davidson Orange #D53109
RGB
CMYK
RGB Variations
Color information
#D53109 (or 0xD53109) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 09. RGB value is (213,49,9). Sum of RGB (Red+Green+Blue) = 213+49+9=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D53109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53109 is #2ACEF6. Grayscale: #5D5D5D. Windows color (decimal): -2805495 or 602581. OLE color: 602581.
HSL color Cylindrical-coordinate representation of color #D53109: hue angle of 11.76º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D53109 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 9 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.16 |
| HSL | 11.76º | 0.92% | 0.44% | - |
| HSV(B) | 11.76º | 0.96% | 0.84% | - |
| XYZ | 28.59 | 16.36 | 1.91 | - |
| YUV | 93.48 | 80.33 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 9 | 0 | 0.77 | 0.96 | 0.16 | 11.76 | 0.92 | 0.44 |
| Hex | D5 | 31 | 9 | 0 | 4D | 60 | 10 | C | 5C | 2C |
| Octal | 325 | 61 | 11 | 0 | 115 | 140 | 20 | 14 | 134 | 54 |
| Binary | 11010101 | 110001 | 1001 | 0 | 1001101 | 1100000 | 10000 | 1100 | 1011100 | 101100 |
Color Harmonies of #D53109
Complementary color
Monochromatic Colors of #D53109
Black with #D53109
Text Example
Text Example
White with #D53109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53109; }
p { color: rgb(213,49,9); }
H1.HeaderClassName
{
color: #D53109;
}
.AnyTagClassName
{
color: #D53109;
}
</style>
background-color css
<style>
a { background-color: #D53109; }
a { background-color: rgb(213,49,9); }
div.DivClassName
{
background-color: #D53109;
}
.BgClassName
{
background-color: #D53109;
}
</style>
border-color css
<style>
span { border-color: #D53109; }
span { border-color: rgb(213,49,9); }
td.TdClassName
{
border-color: #D53109;
}
.TagClassName
{
border-color: #D53109;
}
</style>