Html Css Color HEX #D53215 Harley Davidson Orange
📋 copy color: '#D53215'red 213 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #D53215
Tints of Harley Davidson Orange #D53215
RGB
CMYK
RGB Variations
Color information
#D53215 (or 0xD53215) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 15. RGB value is (213,50,21). Sum of RGB (Red+Green+Blue) = 213+50+21=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D53215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53215 is #2ACDEA. Grayscale: #5F5F5F. Windows color (decimal): -2805227 or 1389269. OLE color: 1389269.
HSL color Cylindrical-coordinate representation of color #D53215: hue angle of 9.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D53215 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 21 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.16 |
| HSL | 9.06º | 0.82% | 0.46% | - |
| HSV(B) | 9.06º | 0.9% | 0.84% | - |
| XYZ | 28.72 | 16.48 | 2.38 | - |
| YUV | 95.43 | 86 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 21 | 0 | 0.77 | 0.90 | 0.16 | 9.06 | 0.82 | 0.46 |
| Hex | D5 | 32 | 15 | 0 | 4D | 5A | 10 | 9 | 52 | 2E |
| Octal | 325 | 62 | 25 | 0 | 115 | 132 | 20 | 11 | 122 | 56 |
| Binary | 11010101 | 110010 | 10101 | 0 | 1001101 | 1011010 | 10000 | 1001 | 1010010 | 101110 |
Color Harmonies of #D53215
Complementary color
Monochromatic Colors of #D53215
Black with #D53215
Text Example
Text Example
White with #D53215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53215; }
p { color: rgb(213,50,21); }
H1.HeaderClassName
{
color: #D53215;
}
.AnyTagClassName
{
color: #D53215;
}
</style>
background-color css
<style>
a { background-color: #D53215; }
a { background-color: rgb(213,50,21); }
div.DivClassName
{
background-color: #D53215;
}
.BgClassName
{
background-color: #D53215;
}
</style>
border-color css
<style>
span { border-color: #D53215; }
span { border-color: rgb(213,50,21); }
td.TdClassName
{
border-color: #D53215;
}
.TagClassName
{
border-color: #D53215;
}
</style>