Html Css Color HEX #D6401F Harley Davidson Orange
📋 copy color: '#D6401F'red 214 ◦ green 64 ◦ blue 31
Shades of Harley Davidson Orange #D6401F
Tints of Harley Davidson Orange #D6401F
RGB
CMYK
RGB Variations
Color information
#D6401F (or 0xD6401F) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 1F. RGB value is (214,64,31). Sum of RGB (Red+Green+Blue) = 214+64+31=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6401F is #29BFE0. Grayscale: #696969. Windows color (decimal): -2736097 or 2048214. OLE color: 2048214.
HSL color Cylindrical-coordinate representation of color #D6401F: hue angle of 10.82º 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 #D6401F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 31 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.16 |
| HSL | 10.82º | 0.75% | 0.48% | - |
| HSV(B) | 10.82º | 0.86% | 0.84% | - |
| XYZ | 29.81 | 18.06 | 3.21 | - |
| YUV | 105.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 31 | 0 | 0.70 | 0.86 | 0.16 | 10.82 | 0.75 | 0.48 |
| Hex | D6 | 40 | 1F | 0 | 46 | 56 | 10 | B | 4B | 30 |
| Octal | 326 | 100 | 37 | 0 | 106 | 126 | 20 | 13 | 113 | 60 |
| Binary | 11010110 | 1000000 | 11111 | 0 | 1000110 | 1010110 | 10000 | 1011 | 1001011 | 110000 |
Color Harmonies of #D6401F
Complementary color
Monochromatic Colors of #D6401F
Black with #D6401F
Text Example
Text Example
White with #D6401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6401F; }
p { color: rgb(214,64,31); }
H1.HeaderClassName
{
color: #D6401F;
}
.AnyTagClassName
{
color: #D6401F;
}
</style>
background-color css
<style>
a { background-color: #D6401F; }
a { background-color: rgb(214,64,31); }
div.DivClassName
{
background-color: #D6401F;
}
.BgClassName
{
background-color: #D6401F;
}
</style>
border-color css
<style>
span { border-color: #D6401F; }
span { border-color: rgb(214,64,31); }
td.TdClassName
{
border-color: #D6401F;
}
.TagClassName
{
border-color: #D6401F;
}
</style>