Html Css Color HEX #D51C16 Harley Davidson Orange
📋 copy color: '#D51C16'red 213 ◦ green 28 ◦ blue 22
Shades of Harley Davidson Orange #D51C16
Tints of Harley Davidson Orange #D51C16
RGB
CMYK
RGB Variations
Color information
#D51C16 (or 0xD51C16) is known color: Harley Davidson Orange. HEX triplet: D5, 1C and 16. RGB value is (213,28,22). Sum of RGB (Red+Green+Blue) = 213+28+22=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D51C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51C16 is #2AE3E9. Grayscale: #525252. Windows color (decimal): -2810858 or 1449173. OLE color: 1449173.
HSL color Cylindrical-coordinate representation of color #D51C16: hue angle of 1.88º 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 #D51C16 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 22 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.16 |
| HSL | 1.88º | 0.81% | 0.46% | - |
| HSV(B) | 1.88º | 0.9% | 0.84% | - |
| XYZ | 28 | 15.03 | 2.19 | - |
| YUV | 82.63 | 93.79 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 22 | 0 | 0.87 | 0.90 | 0.16 | 1.88 | 0.81 | 0.46 |
| Hex | D5 | 1C | 16 | 0 | 57 | 5A | 10 | 2 | 51 | 2E |
| Octal | 325 | 34 | 26 | 0 | 127 | 132 | 20 | 2 | 121 | 56 |
| Binary | 11010101 | 11100 | 10110 | 0 | 1010111 | 1011010 | 10000 | 10 | 1010001 | 101110 |
Color Harmonies of #D51C16
Complementary color
Monochromatic Colors of #D51C16
Black with #D51C16
Text Example
Text Example
White with #D51C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51C16; }
p { color: rgb(213,28,22); }
H1.HeaderClassName
{
color: #D51C16;
}
.AnyTagClassName
{
color: #D51C16;
}
</style>
background-color css
<style>
a { background-color: #D51C16; }
a { background-color: rgb(213,28,22); }
div.DivClassName
{
background-color: #D51C16;
}
.BgClassName
{
background-color: #D51C16;
}
</style>
border-color css
<style>
span { border-color: #D51C16; }
span { border-color: rgb(213,28,22); }
td.TdClassName
{
border-color: #D51C16;
}
.TagClassName
{
border-color: #D51C16;
}
</style>