Html Css Color HEX #D52E16 Harley Davidson Orange
📋 copy color: '#D52E16'red 213 ◦ green 46 ◦ blue 22
Shades of Harley Davidson Orange #D52E16
Tints of Harley Davidson Orange #D52E16
RGB
CMYK
RGB Variations
Color information
#D52E16 (or 0xD52E16) is known color: Harley Davidson Orange. HEX triplet: D5, 2E and 16. RGB value is (213,46,22). Sum of RGB (Red+Green+Blue) = 213+46+22=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52E16 is #2AD1E9. Grayscale: #5D5D5D. Windows color (decimal): -2806250 or 1453781. OLE color: 1453781.
HSL color Cylindrical-coordinate representation of color #D52E16: hue angle of 7.54º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D52E16 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 22 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.16 |
| HSL | 7.54º | 0.81% | 0.46% | - |
| HSV(B) | 7.54º | 0.9% | 0.84% | - |
| XYZ | 28.56 | 16.16 | 2.37 | - |
| YUV | 93.2 | 87.83 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 22 | 0 | 0.78 | 0.90 | 0.16 | 7.54 | 0.81 | 0.46 |
| Hex | D5 | 2E | 16 | 0 | 4E | 5A | 10 | 8 | 51 | 2E |
| Octal | 325 | 56 | 26 | 0 | 116 | 132 | 20 | 10 | 121 | 56 |
| Binary | 11010101 | 101110 | 10110 | 0 | 1001110 | 1011010 | 10000 | 1000 | 1010001 | 101110 |
Color Harmonies of #D52E16
Complementary color
Monochromatic Colors of #D52E16
Black with #D52E16
Text Example
Text Example
White with #D52E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E16; }
p { color: rgb(213,46,22); }
H1.HeaderClassName
{
color: #D52E16;
}
.AnyTagClassName
{
color: #D52E16;
}
</style>
background-color css
<style>
a { background-color: #D52E16; }
a { background-color: rgb(213,46,22); }
div.DivClassName
{
background-color: #D52E16;
}
.BgClassName
{
background-color: #D52E16;
}
</style>
border-color css
<style>
span { border-color: #D52E16; }
span { border-color: rgb(213,46,22); }
td.TdClassName
{
border-color: #D52E16;
}
.TagClassName
{
border-color: #D52E16;
}
</style>