Html Css Color HEX #D53817 Harley Davidson Orange
📋 copy color: '#D53817'red 213 ◦ green 56 ◦ blue 23
Shades of Harley Davidson Orange #D53817
Tints of Harley Davidson Orange #D53817
RGB
CMYK
RGB Variations
Color information
#D53817 (or 0xD53817) is known color: Harley Davidson Orange. HEX triplet: D5, 38 and 17. RGB value is (213,56,23). Sum of RGB (Red+Green+Blue) = 213+56+23=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D53817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53817 is #2AC7E8. Grayscale: #636363. Windows color (decimal): -2803689 or 1521877. OLE color: 1521877.
HSL color Cylindrical-coordinate representation of color #D53817: hue angle of 10.42º degrees, saturation: 0.81, 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 #D53817 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.16 |
| HSL | 10.42º | 0.81% | 0.46% | - |
| HSV(B) | 10.42º | 0.89% | 0.84% | - |
| XYZ | 29.01 | 17.04 | 2.57 | - |
| YUV | 99.18 | 85.01 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 23 | 0 | 0.74 | 0.89 | 0.16 | 10.42 | 0.81 | 0.46 |
| Hex | D5 | 38 | 17 | 0 | 4A | 59 | 10 | A | 51 | 2E |
| Octal | 325 | 70 | 27 | 0 | 112 | 131 | 20 | 12 | 121 | 56 |
| Binary | 11010101 | 111000 | 10111 | 0 | 1001010 | 1011001 | 10000 | 1010 | 1010001 | 101110 |
Color Harmonies of #D53817
Complementary color
Monochromatic Colors of #D53817
Black with #D53817
Text Example
Text Example
White with #D53817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53817; }
p { color: rgb(213,56,23); }
H1.HeaderClassName
{
color: #D53817;
}
.AnyTagClassName
{
color: #D53817;
}
</style>
background-color css
<style>
a { background-color: #D53817; }
a { background-color: rgb(213,56,23); }
div.DivClassName
{
background-color: #D53817;
}
.BgClassName
{
background-color: #D53817;
}
</style>
border-color css
<style>
span { border-color: #D53817; }
span { border-color: rgb(213,56,23); }
td.TdClassName
{
border-color: #D53817;
}
.TagClassName
{
border-color: #D53817;
}
</style>