Html Css Color HEX #D53218 Harley Davidson Orange
📋 copy color: '#D53218'red 213 ◦ green 50 ◦ blue 24
Shades of Harley Davidson Orange #D53218
Tints of Harley Davidson Orange #D53218
RGB
CMYK
RGB Variations
Color information
#D53218 (or 0xD53218) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 18. RGB value is (213,50,24). Sum of RGB (Red+Green+Blue) = 213+50+24=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D53218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53218 is #2ACDE7. Grayscale: #606060. Windows color (decimal): -2805224 or 1585877. OLE color: 1585877.
HSL color Cylindrical-coordinate representation of color #D53218: hue angle of 8.25º 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 #D53218 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 24 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.16 |
| HSL | 8.25º | 0.8% | 0.46% | - |
| HSV(B) | 8.25º | 0.89% | 0.84% | - |
| XYZ | 28.75 | 16.49 | 2.53 | - |
| YUV | 95.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 24 | 0 | 0.77 | 0.89 | 0.16 | 8.25 | 0.8 | 0.46 |
| Hex | D5 | 32 | 18 | 0 | 4D | 59 | 10 | 8 | 50 | 2E |
| Octal | 325 | 62 | 30 | 0 | 115 | 131 | 20 | 10 | 120 | 56 |
| Binary | 11010101 | 110010 | 11000 | 0 | 1001101 | 1011001 | 10000 | 1000 | 1010000 | 101110 |
Color Harmonies of #D53218
Complementary color
Monochromatic Colors of #D53218
Black with #D53218
Text Example
Text Example
White with #D53218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53218; }
p { color: rgb(213,50,24); }
H1.HeaderClassName
{
color: #D53218;
}
.AnyTagClassName
{
color: #D53218;
}
</style>
background-color css
<style>
a { background-color: #D53218; }
a { background-color: rgb(213,50,24); }
div.DivClassName
{
background-color: #D53218;
}
.BgClassName
{
background-color: #D53218;
}
</style>
border-color css
<style>
span { border-color: #D53218; }
span { border-color: rgb(213,50,24); }
td.TdClassName
{
border-color: #D53218;
}
.TagClassName
{
border-color: #D53218;
}
</style>