Html Css Color HEX #D52816 Harley Davidson Orange
📋 copy color: '#D52816'red 213 ◦ green 40 ◦ blue 22
Shades of Harley Davidson Orange #D52816
Tints of Harley Davidson Orange #D52816
RGB
CMYK
RGB Variations
Color information
#D52816 (or 0xD52816) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 16. RGB value is (213,40,22). Sum of RGB (Red+Green+Blue) = 213+40+22=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D52816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52816 is #2AD7E9. Grayscale: #595959. Windows color (decimal): -2807786 or 1452245. OLE color: 1452245.
HSL color Cylindrical-coordinate representation of color #D52816: hue angle of 5.65º 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 #D52816 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 22 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.16 |
| HSL | 5.65º | 0.81% | 0.46% | - |
| HSV(B) | 5.65º | 0.9% | 0.84% | - |
| XYZ | 28.34 | 15.72 | 2.3 | - |
| YUV | 89.68 | 89.81 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 22 | 0 | 0.81 | 0.90 | 0.16 | 5.65 | 0.81 | 0.46 |
| Hex | D5 | 28 | 16 | 0 | 51 | 5A | 10 | 6 | 51 | 2E |
| Octal | 325 | 50 | 26 | 0 | 121 | 132 | 20 | 6 | 121 | 56 |
| Binary | 11010101 | 101000 | 10110 | 0 | 1010001 | 1011010 | 10000 | 110 | 1010001 | 101110 |
Color Harmonies of #D52816
Complementary color
Monochromatic Colors of #D52816
Black with #D52816
Text Example
Text Example
White with #D52816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52816; }
p { color: rgb(213,40,22); }
H1.HeaderClassName
{
color: #D52816;
}
.AnyTagClassName
{
color: #D52816;
}
</style>
background-color css
<style>
a { background-color: #D52816; }
a { background-color: rgb(213,40,22); }
div.DivClassName
{
background-color: #D52816;
}
.BgClassName
{
background-color: #D52816;
}
</style>
border-color css
<style>
span { border-color: #D52816; }
span { border-color: rgb(213,40,22); }
td.TdClassName
{
border-color: #D52816;
}
.TagClassName
{
border-color: #D52816;
}
</style>