Html Css Color HEX #D52715 Harley Davidson Orange
📋 copy color: '#D52715'red 213 ◦ green 39 ◦ blue 21
Shades of Harley Davidson Orange #D52715
Tints of Harley Davidson Orange #D52715
RGB
CMYK
RGB Variations
Color information
#D52715 (or 0xD52715) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 15. RGB value is (213,39,21). Sum of RGB (Red+Green+Blue) = 213+39+21=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D52715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52715 is #2AD8EA. Grayscale: #595959. Windows color (decimal): -2808043 or 1386453. OLE color: 1386453.
HSL color Cylindrical-coordinate representation of color #D52715: hue angle of 5.62º 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 #D52715 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 21 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.16 |
| HSL | 5.63º | 0.82% | 0.46% | - |
| HSV(B) | 5.63º | 0.9% | 0.84% | - |
| XYZ | 28.3 | 15.65 | 2.24 | - |
| YUV | 88.97 | 89.65 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 21 | 0 | 0.82 | 0.90 | 0.16 | 5.63 | 0.82 | 0.46 |
| Hex | D5 | 27 | 15 | 0 | 52 | 5A | 10 | 6 | 52 | 2E |
| Octal | 325 | 47 | 25 | 0 | 122 | 132 | 20 | 6 | 122 | 56 |
| Binary | 11010101 | 100111 | 10101 | 0 | 1010010 | 1011010 | 10000 | 110 | 1010010 | 101110 |
Color Harmonies of #D52715
Complementary color
Monochromatic Colors of #D52715
Black with #D52715
Text Example
Text Example
White with #D52715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52715; }
p { color: rgb(213,39,21); }
H1.HeaderClassName
{
color: #D52715;
}
.AnyTagClassName
{
color: #D52715;
}
</style>
background-color css
<style>
a { background-color: #D52715; }
a { background-color: rgb(213,39,21); }
div.DivClassName
{
background-color: #D52715;
}
.BgClassName
{
background-color: #D52715;
}
</style>
border-color css
<style>
span { border-color: #D52715; }
span { border-color: rgb(213,39,21); }
td.TdClassName
{
border-color: #D52715;
}
.TagClassName
{
border-color: #D52715;
}
</style>