Html Css Color HEX #D53015 Harley Davidson Orange
📋 copy color: '#D53015'red 213 ◦ green 48 ◦ blue 21
Shades of Harley Davidson Orange #D53015
Tints of Harley Davidson Orange #D53015
RGB
CMYK
RGB Variations
Color information
#D53015 (or 0xD53015) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 15. RGB value is (213,48,21). Sum of RGB (Red+Green+Blue) = 213+48+21=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D53015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53015 is #2ACFEA. Grayscale: #5E5E5E. Windows color (decimal): -2805739 or 1388757. OLE color: 1388757.
HSL color Cylindrical-coordinate representation of color #D53015: hue angle of 8.44º 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 #D53015 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 21 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.16 |
| HSL | 8.44º | 0.82% | 0.46% | - |
| HSV(B) | 8.44º | 0.9% | 0.84% | - |
| XYZ | 28.63 | 16.31 | 2.35 | - |
| YUV | 94.26 | 86.66 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 21 | 0 | 0.77 | 0.90 | 0.16 | 8.44 | 0.82 | 0.46 |
| Hex | D5 | 30 | 15 | 0 | 4D | 5A | 10 | 8 | 52 | 2E |
| Octal | 325 | 60 | 25 | 0 | 115 | 132 | 20 | 10 | 122 | 56 |
| Binary | 11010101 | 110000 | 10101 | 0 | 1001101 | 1011010 | 10000 | 1000 | 1010010 | 101110 |
Color Harmonies of #D53015
Complementary color
Monochromatic Colors of #D53015
Black with #D53015
Text Example
Text Example
White with #D53015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53015; }
p { color: rgb(213,48,21); }
H1.HeaderClassName
{
color: #D53015;
}
.AnyTagClassName
{
color: #D53015;
}
</style>
background-color css
<style>
a { background-color: #D53015; }
a { background-color: rgb(213,48,21); }
div.DivClassName
{
background-color: #D53015;
}
.BgClassName
{
background-color: #D53015;
}
</style>
border-color css
<style>
span { border-color: #D53015; }
span { border-color: rgb(213,48,21); }
td.TdClassName
{
border-color: #D53015;
}
.TagClassName
{
border-color: #D53015;
}
</style>