Html Css Color HEX #D53C15 Harley Davidson Orange
📋 copy color: '#D53C15'red 213 ◦ green 60 ◦ blue 21
Shades of Harley Davidson Orange #D53C15
Tints of Harley Davidson Orange #D53C15
RGB
CMYK
RGB Variations
Color information
#D53C15 (or 0xD53C15) is known color: Harley Davidson Orange. HEX triplet: D5, 3C and 15. RGB value is (213,60,21). Sum of RGB (Red+Green+Blue) = 213+60+21=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53C15 is #2AC3EA. Grayscale: #656565. Windows color (decimal): -2802667 or 1391829. OLE color: 1391829.
HSL color Cylindrical-coordinate representation of color #D53C15: hue angle of 12.19º 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 #D53C15 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 21 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.16 |
| HSL | 12.19º | 0.82% | 0.46% | - |
| HSV(B) | 12.19º | 0.9% | 0.84% | - |
| XYZ | 29.19 | 17.43 | 2.54 | - |
| YUV | 101.3 | 82.69 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 21 | 0 | 0.72 | 0.90 | 0.16 | 12.19 | 0.82 | 0.46 |
| Hex | D5 | 3C | 15 | 0 | 48 | 5A | 10 | C | 52 | 2E |
| Octal | 325 | 74 | 25 | 0 | 110 | 132 | 20 | 14 | 122 | 56 |
| Binary | 11010101 | 111100 | 10101 | 0 | 1001000 | 1011010 | 10000 | 1100 | 1010010 | 101110 |
Color Harmonies of #D53C15
Complementary color
Monochromatic Colors of #D53C15
Black with #D53C15
Text Example
Text Example
White with #D53C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53C15; }
p { color: rgb(213,60,21); }
H1.HeaderClassName
{
color: #D53C15;
}
.AnyTagClassName
{
color: #D53C15;
}
</style>
background-color css
<style>
a { background-color: #D53C15; }
a { background-color: rgb(213,60,21); }
div.DivClassName
{
background-color: #D53C15;
}
.BgClassName
{
background-color: #D53C15;
}
</style>
border-color css
<style>
span { border-color: #D53C15; }
span { border-color: rgb(213,60,21); }
td.TdClassName
{
border-color: #D53C15;
}
.TagClassName
{
border-color: #D53C15;
}
</style>