Html Css Color HEX #D53C0E Harley Davidson Orange
📋 copy color: '#D53C0E'red 213 ◦ green 60 ◦ blue 14
Shades of Harley Davidson Orange #D53C0E
Tints of Harley Davidson Orange #D53C0E
RGB
CMYK
RGB Variations
Color information
#D53C0E (or 0xD53C0E) is known color: Harley Davidson Orange. HEX triplet: D5, 3C and 0E. RGB value is (213,60,14). Sum of RGB (Red+Green+Blue) = 213+60+14=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53C0E is #2AC3F1. Grayscale: #646464. Windows color (decimal): -2802674 or 933077. OLE color: 933077.
HSL color Cylindrical-coordinate representation of color #D53C0E: hue angle of 13.87º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D53C0E is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 14 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.16 |
| HSL | 13.87º | 0.88% | 0.45% | - |
| HSV(B) | 13.87º | 0.93% | 0.84% | - |
| XYZ | 29.14 | 17.41 | 2.24 | - |
| YUV | 100.5 | 79.19 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 14 | 0 | 0.72 | 0.93 | 0.16 | 13.87 | 0.88 | 0.45 |
| Hex | D5 | 3C | E | 0 | 48 | 5D | 10 | E | 58 | 2D |
| Octal | 325 | 74 | 16 | 0 | 110 | 135 | 20 | 16 | 130 | 55 |
| Binary | 11010101 | 111100 | 1110 | 0 | 1001000 | 1011101 | 10000 | 1110 | 1011000 | 101101 |
Color Harmonies of #D53C0E
Complementary color
Monochromatic Colors of #D53C0E
Black with #D53C0E
Text Example
Text Example
White with #D53C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53C0E; }
p { color: rgb(213,60,14); }
H1.HeaderClassName
{
color: #D53C0E;
}
.AnyTagClassName
{
color: #D53C0E;
}
</style>
background-color css
<style>
a { background-color: #D53C0E; }
a { background-color: rgb(213,60,14); }
div.DivClassName
{
background-color: #D53C0E;
}
.BgClassName
{
background-color: #D53C0E;
}
</style>
border-color css
<style>
span { border-color: #D53C0E; }
span { border-color: rgb(213,60,14); }
td.TdClassName
{
border-color: #D53C0E;
}
.TagClassName
{
border-color: #D53C0E;
}
</style>