Html Css Color HEX #D52415 Harley Davidson Orange
📋 copy color: '#D52415'red 213 ◦ green 36 ◦ blue 21
Shades of Harley Davidson Orange #D52415
Tints of Harley Davidson Orange #D52415
RGB
CMYK
RGB Variations
Color information
#D52415 (or 0xD52415) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 15. RGB value is (213,36,21). Sum of RGB (Red+Green+Blue) = 213+36+21=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D52415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52415 is #2ADBEA. Grayscale: #575757. Windows color (decimal): -2808811 or 1385685. OLE color: 1385685.
HSL color Cylindrical-coordinate representation of color #D52415: hue angle of 4.69º 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 #D52415 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 21 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.16 |
| HSL | 4.69º | 0.82% | 0.46% | - |
| HSV(B) | 4.69º | 0.9% | 0.84% | - |
| XYZ | 28.21 | 15.46 | 2.21 | - |
| YUV | 87.21 | 90.64 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 21 | 0 | 0.83 | 0.90 | 0.16 | 4.69 | 0.82 | 0.46 |
| Hex | D5 | 24 | 15 | 0 | 53 | 5A | 10 | 5 | 52 | 2E |
| Octal | 325 | 44 | 25 | 0 | 123 | 132 | 20 | 5 | 122 | 56 |
| Binary | 11010101 | 100100 | 10101 | 0 | 1010011 | 1011010 | 10000 | 101 | 1010010 | 101110 |
Color Harmonies of #D52415
Complementary color
Monochromatic Colors of #D52415
Black with #D52415
Text Example
Text Example
White with #D52415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52415; }
p { color: rgb(213,36,21); }
H1.HeaderClassName
{
color: #D52415;
}
.AnyTagClassName
{
color: #D52415;
}
</style>
background-color css
<style>
a { background-color: #D52415; }
a { background-color: rgb(213,36,21); }
div.DivClassName
{
background-color: #D52415;
}
.BgClassName
{
background-color: #D52415;
}
</style>
border-color css
<style>
span { border-color: #D52415; }
span { border-color: rgb(213,36,21); }
td.TdClassName
{
border-color: #D52415;
}
.TagClassName
{
border-color: #D52415;
}
</style>