Html Css Color HEX #D53718 Harley Davidson Orange
📋 copy color: '#D53718'red 213 ◦ green 55 ◦ blue 24
Shades of Harley Davidson Orange #D53718
Tints of Harley Davidson Orange #D53718
RGB
CMYK
RGB Variations
Color information
#D53718 (or 0xD53718) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 18. RGB value is (213,55,24). Sum of RGB (Red+Green+Blue) = 213+55+24=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D53718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53718 is #2AC8E7. Grayscale: #626262. Windows color (decimal): -2803944 or 1587157. OLE color: 1587157.
HSL color Cylindrical-coordinate representation of color #D53718: hue angle of 9.84º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D53718 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 24 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.16 |
| HSL | 9.84º | 0.8% | 0.46% | - |
| HSV(B) | 9.84º | 0.89% | 0.84% | - |
| XYZ | 28.97 | 16.94 | 2.61 | - |
| YUV | 98.71 | 85.85 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 24 | 0 | 0.74 | 0.89 | 0.16 | 9.84 | 0.8 | 0.46 |
| Hex | D5 | 37 | 18 | 0 | 4A | 59 | 10 | A | 50 | 2E |
| Octal | 325 | 67 | 30 | 0 | 112 | 131 | 20 | 12 | 120 | 56 |
| Binary | 11010101 | 110111 | 11000 | 0 | 1001010 | 1011001 | 10000 | 1010 | 1010000 | 101110 |
Color Harmonies of #D53718
Complementary color
Monochromatic Colors of #D53718
Black with #D53718
Text Example
Text Example
White with #D53718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53718; }
p { color: rgb(213,55,24); }
H1.HeaderClassName
{
color: #D53718;
}
.AnyTagClassName
{
color: #D53718;
}
</style>
background-color css
<style>
a { background-color: #D53718; }
a { background-color: rgb(213,55,24); }
div.DivClassName
{
background-color: #D53718;
}
.BgClassName
{
background-color: #D53718;
}
</style>
border-color css
<style>
span { border-color: #D53718; }
span { border-color: rgb(213,55,24); }
td.TdClassName
{
border-color: #D53718;
}
.TagClassName
{
border-color: #D53718;
}
</style>