Html Css Color HEX #D53818 Harley Davidson Orange
📋 copy color: '#D53818'red 213 ◦ green 56 ◦ blue 24
Shades of Harley Davidson Orange #D53818
Tints of Harley Davidson Orange #D53818
RGB
CMYK
RGB Variations
Color information
#D53818 (or 0xD53818) is known color: Harley Davidson Orange. HEX triplet: D5, 38 and 18. RGB value is (213,56,24). Sum of RGB (Red+Green+Blue) = 213+56+24=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D53818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53818 is #2AC7E7. Grayscale: #636363. Windows color (decimal): -2803688 or 1587413. OLE color: 1587413.
HSL color Cylindrical-coordinate representation of color #D53818: hue angle of 10.16º 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 #D53818 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 24 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.16 |
| HSL | 10.16º | 0.8% | 0.46% | - |
| HSV(B) | 10.16º | 0.89% | 0.84% | - |
| XYZ | 29.02 | 17.04 | 2.62 | - |
| YUV | 99.3 | 85.51 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 24 | 0 | 0.74 | 0.89 | 0.16 | 10.16 | 0.8 | 0.46 |
| Hex | D5 | 38 | 18 | 0 | 4A | 59 | 10 | A | 50 | 2E |
| Octal | 325 | 70 | 30 | 0 | 112 | 131 | 20 | 12 | 120 | 56 |
| Binary | 11010101 | 111000 | 11000 | 0 | 1001010 | 1011001 | 10000 | 1010 | 1010000 | 101110 |
Color Harmonies of #D53818
Complementary color
Monochromatic Colors of #D53818
Black with #D53818
Text Example
Text Example
White with #D53818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53818; }
p { color: rgb(213,56,24); }
H1.HeaderClassName
{
color: #D53818;
}
.AnyTagClassName
{
color: #D53818;
}
</style>
background-color css
<style>
a { background-color: #D53818; }
a { background-color: rgb(213,56,24); }
div.DivClassName
{
background-color: #D53818;
}
.BgClassName
{
background-color: #D53818;
}
</style>
border-color css
<style>
span { border-color: #D53818; }
span { border-color: rgb(213,56,24); }
td.TdClassName
{
border-color: #D53818;
}
.TagClassName
{
border-color: #D53818;
}
</style>