Html Css Color HEX #D61E16 Harley Davidson Orange
📋 copy color: '#D61E16'red 214 ◦ green 30 ◦ blue 22
Shades of Harley Davidson Orange #D61E16
Tints of Harley Davidson Orange #D61E16
RGB
CMYK
RGB Variations
Color information
#D61E16 (or 0xD61E16) is known color: Harley Davidson Orange. HEX triplet: D6, 1E and 16. RGB value is (214,30,22). Sum of RGB (Red+Green+Blue) = 214+30+22=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61E16 is #29E1E9. Grayscale: #545454. Windows color (decimal): -2744810 or 1449686. OLE color: 1449686.
HSL color Cylindrical-coordinate representation of color #D61E16: hue angle of 2.5º 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 #D61E16 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.16 |
| HSL | 2.5º | 0.81% | 0.46% | - |
| HSV(B) | 2.5º | 0.9% | 0.84% | - |
| XYZ | 28.34 | 15.28 | 2.22 | - |
| YUV | 84.1 | 92.96 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 22 | 0 | 0.86 | 0.90 | 0.16 | 2.5 | 0.81 | 0.46 |
| Hex | D6 | 1E | 16 | 0 | 56 | 5A | 10 | 2 | 51 | 2E |
| Octal | 326 | 36 | 26 | 0 | 126 | 132 | 20 | 2 | 121 | 56 |
| Binary | 11010110 | 11110 | 10110 | 0 | 1010110 | 1011010 | 10000 | 10 | 1010001 | 101110 |
Color Harmonies of #D61E16
Complementary color
Monochromatic Colors of #D61E16
Black with #D61E16
Text Example
Text Example
White with #D61E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61E16; }
p { color: rgb(214,30,22); }
H1.HeaderClassName
{
color: #D61E16;
}
.AnyTagClassName
{
color: #D61E16;
}
</style>
background-color css
<style>
a { background-color: #D61E16; }
a { background-color: rgb(214,30,22); }
div.DivClassName
{
background-color: #D61E16;
}
.BgClassName
{
background-color: #D61E16;
}
</style>
border-color css
<style>
span { border-color: #D61E16; }
span { border-color: rgb(214,30,22); }
td.TdClassName
{
border-color: #D61E16;
}
.TagClassName
{
border-color: #D61E16;
}
</style>