Html Css Color HEX #D53219 Harley Davidson Orange
📋 copy color: '#D53219'red 213 ◦ green 50 ◦ blue 25
Shades of Harley Davidson Orange #D53219
Tints of Harley Davidson Orange #D53219
RGB
CMYK
RGB Variations
Color information
#D53219 (or 0xD53219) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 19. RGB value is (213,50,25). Sum of RGB (Red+Green+Blue) = 213+50+25=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D53219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53219 is #2ACDE6. Grayscale: #606060. Windows color (decimal): -2805223 or 1651413. OLE color: 1651413.
HSL color Cylindrical-coordinate representation of color #D53219: hue angle of 7.98º degrees, saturation: 0.79, 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 #D53219 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 25 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.16 |
| HSL | 7.98º | 0.79% | 0.47% | - |
| HSV(B) | 7.98º | 0.88% | 0.84% | - |
| XYZ | 28.76 | 16.5 | 2.59 | - |
| YUV | 95.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 25 | 0 | 0.77 | 0.88 | 0.16 | 7.98 | 0.79 | 0.47 |
| Hex | D5 | 32 | 19 | 0 | 4D | 58 | 10 | 8 | 4F | 2F |
| Octal | 325 | 62 | 31 | 0 | 115 | 130 | 20 | 10 | 117 | 57 |
| Binary | 11010101 | 110010 | 11001 | 0 | 1001101 | 1011000 | 10000 | 1000 | 1001111 | 101111 |
Color Harmonies of #D53219
Complementary color
Monochromatic Colors of #D53219
Black with #D53219
Text Example
Text Example
White with #D53219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53219; }
p { color: rgb(213,50,25); }
H1.HeaderClassName
{
color: #D53219;
}
.AnyTagClassName
{
color: #D53219;
}
</style>
background-color css
<style>
a { background-color: #D53219; }
a { background-color: rgb(213,50,25); }
div.DivClassName
{
background-color: #D53219;
}
.BgClassName
{
background-color: #D53219;
}
</style>
border-color css
<style>
span { border-color: #D53219; }
span { border-color: rgb(213,50,25); }
td.TdClassName
{
border-color: #D53219;
}
.TagClassName
{
border-color: #D53219;
}
</style>