Html Css Color HEX #D52D15 Harley Davidson Orange
📋 copy color: '#D52D15'red 213 ◦ green 45 ◦ blue 21
Shades of Harley Davidson Orange #D52D15
Tints of Harley Davidson Orange #D52D15
RGB
CMYK
RGB Variations
Color information
#D52D15 (or 0xD52D15) is known color: Harley Davidson Orange. HEX triplet: D5, 2D and 15. RGB value is (213,45,21). Sum of RGB (Red+Green+Blue) = 213+45+21=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52D15 is #2AD2EA. Grayscale: #5C5C5C. Windows color (decimal): -2806507 or 1387989. OLE color: 1387989.
HSL color Cylindrical-coordinate representation of color #D52D15: hue angle of 7.5º 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 #D52D15 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 21 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.16 |
| HSL | 7.5º | 0.82% | 0.46% | - |
| HSV(B) | 7.5º | 0.9% | 0.84% | - |
| XYZ | 28.51 | 16.08 | 2.31 | - |
| YUV | 92.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 21 | 0 | 0.79 | 0.90 | 0.16 | 7.5 | 0.82 | 0.46 |
| Hex | D5 | 2D | 15 | 0 | 4F | 5A | 10 | 8 | 52 | 2E |
| Octal | 325 | 55 | 25 | 0 | 117 | 132 | 20 | 10 | 122 | 56 |
| Binary | 11010101 | 101101 | 10101 | 0 | 1001111 | 1011010 | 10000 | 1000 | 1010010 | 101110 |
Color Harmonies of #D52D15
Complementary color
Monochromatic Colors of #D52D15
Black with #D52D15
Text Example
Text Example
White with #D52D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D15; }
p { color: rgb(213,45,21); }
H1.HeaderClassName
{
color: #D52D15;
}
.AnyTagClassName
{
color: #D52D15;
}
</style>
background-color css
<style>
a { background-color: #D52D15; }
a { background-color: rgb(213,45,21); }
div.DivClassName
{
background-color: #D52D15;
}
.BgClassName
{
background-color: #D52D15;
}
</style>
border-color css
<style>
span { border-color: #D52D15; }
span { border-color: rgb(213,45,21); }
td.TdClassName
{
border-color: #D52D15;
}
.TagClassName
{
border-color: #D52D15;
}
</style>