Html Css Color HEX #D53018 Harley Davidson Orange
📋 copy color: '#D53018'red 213 ◦ green 48 ◦ blue 24
Shades of Harley Davidson Orange #D53018
Tints of Harley Davidson Orange #D53018
RGB
CMYK
RGB Variations
Color information
#D53018 (or 0xD53018) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 18. RGB value is (213,48,24). Sum of RGB (Red+Green+Blue) = 213+48+24=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D53018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53018 is #2ACFE7. Grayscale: #5E5E5E. Windows color (decimal): -2805736 or 1585365. OLE color: 1585365.
HSL color Cylindrical-coordinate representation of color #D53018: hue angle of 7.62º 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 #D53018 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 24 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.16 |
| HSL | 7.62º | 0.8% | 0.46% | - |
| HSV(B) | 7.62º | 0.89% | 0.84% | - |
| XYZ | 28.66 | 16.33 | 2.5 | - |
| YUV | 94.6 | 88.16 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 24 | 0 | 0.77 | 0.89 | 0.16 | 7.62 | 0.8 | 0.46 |
| Hex | D5 | 30 | 18 | 0 | 4D | 59 | 10 | 8 | 50 | 2E |
| Octal | 325 | 60 | 30 | 0 | 115 | 131 | 20 | 10 | 120 | 56 |
| Binary | 11010101 | 110000 | 11000 | 0 | 1001101 | 1011001 | 10000 | 1000 | 1010000 | 101110 |
Color Harmonies of #D53018
Complementary color
Monochromatic Colors of #D53018
Black with #D53018
Text Example
Text Example
White with #D53018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53018; }
p { color: rgb(213,48,24); }
H1.HeaderClassName
{
color: #D53018;
}
.AnyTagClassName
{
color: #D53018;
}
</style>
background-color css
<style>
a { background-color: #D53018; }
a { background-color: rgb(213,48,24); }
div.DivClassName
{
background-color: #D53018;
}
.BgClassName
{
background-color: #D53018;
}
</style>
border-color css
<style>
span { border-color: #D53018; }
span { border-color: rgb(213,48,24); }
td.TdClassName
{
border-color: #D53018;
}
.TagClassName
{
border-color: #D53018;
}
</style>