Html Css Color HEX #D52E18 Harley Davidson Orange
📋 copy color: '#D52E18'red 213 ◦ green 46 ◦ blue 24
Shades of Harley Davidson Orange #D52E18
Tints of Harley Davidson Orange #D52E18
RGB
CMYK
RGB Variations
Color information
#D52E18 (or 0xD52E18) is known color: Harley Davidson Orange. HEX triplet: D5, 2E and 18. RGB value is (213,46,24). Sum of RGB (Red+Green+Blue) = 213+46+24=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52E18 is #2AD1E7. Grayscale: #5D5D5D. Windows color (decimal): -2806248 or 1584853. OLE color: 1584853.
HSL color Cylindrical-coordinate representation of color #D52E18: hue angle of 6.98º 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 #D52E18 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 24 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.16 |
| HSL | 6.98º | 0.8% | 0.46% | - |
| HSV(B) | 6.98º | 0.89% | 0.84% | - |
| XYZ | 28.58 | 16.17 | 2.48 | - |
| YUV | 93.43 | 88.83 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 24 | 0 | 0.78 | 0.89 | 0.16 | 6.98 | 0.8 | 0.46 |
| Hex | D5 | 2E | 18 | 0 | 4E | 59 | 10 | 7 | 50 | 2E |
| Octal | 325 | 56 | 30 | 0 | 116 | 131 | 20 | 7 | 120 | 56 |
| Binary | 11010101 | 101110 | 11000 | 0 | 1001110 | 1011001 | 10000 | 111 | 1010000 | 101110 |
Color Harmonies of #D52E18
Complementary color
Monochromatic Colors of #D52E18
Black with #D52E18
Text Example
Text Example
White with #D52E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E18; }
p { color: rgb(213,46,24); }
H1.HeaderClassName
{
color: #D52E18;
}
.AnyTagClassName
{
color: #D52E18;
}
</style>
background-color css
<style>
a { background-color: #D52E18; }
a { background-color: rgb(213,46,24); }
div.DivClassName
{
background-color: #D52E18;
}
.BgClassName
{
background-color: #D52E18;
}
</style>
border-color css
<style>
span { border-color: #D52E18; }
span { border-color: rgb(213,46,24); }
td.TdClassName
{
border-color: #D52E18;
}
.TagClassName
{
border-color: #D52E18;
}
</style>