Html Css Color HEX #D52015 Harley Davidson Orange
📋 copy color: '#D52015'red 213 ◦ green 32 ◦ blue 21
Shades of Harley Davidson Orange #D52015
Tints of Harley Davidson Orange #D52015
RGB
CMYK
RGB Variations
Color information
#D52015 (or 0xD52015) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 15. RGB value is (213,32,21). Sum of RGB (Red+Green+Blue) = 213+32+21=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D52015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52015 is #2ADFEA. Grayscale: #555555. Windows color (decimal): -2809835 or 1384661. OLE color: 1384661.
HSL color Cylindrical-coordinate representation of color #D52015: hue angle of 3.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 #D52015 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 21 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.16 |
| HSL | 3.44º | 0.82% | 0.46% | - |
| HSV(B) | 3.44º | 0.9% | 0.84% | - |
| XYZ | 28.09 | 15.23 | 2.17 | - |
| YUV | 84.87 | 91.97 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 21 | 0 | 0.85 | 0.90 | 0.16 | 3.44 | 0.82 | 0.46 |
| Hex | D5 | 20 | 15 | 0 | 55 | 5A | 10 | 3 | 52 | 2E |
| Octal | 325 | 40 | 25 | 0 | 125 | 132 | 20 | 3 | 122 | 56 |
| Binary | 11010101 | 100000 | 10101 | 0 | 1010101 | 1011010 | 10000 | 11 | 1010010 | 101110 |
Color Harmonies of #D52015
Complementary color
Monochromatic Colors of #D52015
Black with #D52015
Text Example
Text Example
White with #D52015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52015; }
p { color: rgb(213,32,21); }
H1.HeaderClassName
{
color: #D52015;
}
.AnyTagClassName
{
color: #D52015;
}
</style>
background-color css
<style>
a { background-color: #D52015; }
a { background-color: rgb(213,32,21); }
div.DivClassName
{
background-color: #D52015;
}
.BgClassName
{
background-color: #D52015;
}
</style>
border-color css
<style>
span { border-color: #D52015; }
span { border-color: rgb(213,32,21); }
td.TdClassName
{
border-color: #D52015;
}
.TagClassName
{
border-color: #D52015;
}
</style>