Html Css Color HEX #D6411F Harley Davidson Orange
📋 copy color: '#D6411F'red 214 ◦ green 65 ◦ blue 31
Shades of Harley Davidson Orange #D6411F
Tints of Harley Davidson Orange #D6411F
RGB
CMYK
RGB Variations
Color information
#D6411F (or 0xD6411F) is known color: Harley Davidson Orange. HEX triplet: D6, 41 and 1F. RGB value is (214,65,31). Sum of RGB (Red+Green+Blue) = 214+65+31=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6411F is #29BEE0. Grayscale: #696969. Windows color (decimal): -2735841 or 2048470. OLE color: 2048470.
HSL color Cylindrical-coordinate representation of color #D6411F: hue angle of 11.15º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6411F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 31 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.16 |
| HSL | 11.15º | 0.75% | 0.48% | - |
| HSV(B) | 11.15º | 0.86% | 0.84% | - |
| XYZ | 29.87 | 18.18 | 3.23 | - |
| YUV | 105.68 | 85.86 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 31 | 0 | 0.70 | 0.86 | 0.16 | 11.15 | 0.75 | 0.48 |
| Hex | D6 | 41 | 1F | 0 | 46 | 56 | 10 | B | 4B | 30 |
| Octal | 326 | 101 | 37 | 0 | 106 | 126 | 20 | 13 | 113 | 60 |
| Binary | 11010110 | 1000001 | 11111 | 0 | 1000110 | 1010110 | 10000 | 1011 | 1001011 | 110000 |
Color Harmonies of #D6411F
Complementary color
Monochromatic Colors of #D6411F
Black with #D6411F
Text Example
Text Example
White with #D6411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6411F; }
p { color: rgb(214,65,31); }
H1.HeaderClassName
{
color: #D6411F;
}
.AnyTagClassName
{
color: #D6411F;
}
</style>
background-color css
<style>
a { background-color: #D6411F; }
a { background-color: rgb(214,65,31); }
div.DivClassName
{
background-color: #D6411F;
}
.BgClassName
{
background-color: #D6411F;
}
</style>
border-color css
<style>
span { border-color: #D6411F; }
span { border-color: rgb(214,65,31); }
td.TdClassName
{
border-color: #D6411F;
}
.TagClassName
{
border-color: #D6411F;
}
</style>