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