Html Css Color HEX #D6471F Harley Davidson Orange
📋 copy color: '#D6471F'red 214 ◦ green 71 ◦ blue 31
Shades of Harley Davidson Orange #D6471F
Tints of Harley Davidson Orange #D6471F
RGB
CMYK
RGB Variations
Color information
#D6471F (or 0xD6471F) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 1F. RGB value is (214,71,31). Sum of RGB (Red+Green+Blue) = 214+71+31=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D6471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6471F is #29B8E0. Grayscale: #6D6D6D. Windows color (decimal): -2734305 or 2050006. OLE color: 2050006.
HSL color Cylindrical-coordinate representation of color #D6471F: hue angle of 13.11º 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 #D6471F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 31 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.16 |
| HSL | 13.11º | 0.75% | 0.48% | - |
| HSV(B) | 13.11º | 0.86% | 0.84% | - |
| XYZ | 30.23 | 18.9 | 3.35 | - |
| YUV | 109.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 31 | 0 | 0.67 | 0.86 | 0.16 | 13.11 | 0.75 | 0.48 |
| Hex | D6 | 47 | 1F | 0 | 43 | 56 | 10 | D | 4B | 30 |
| Octal | 326 | 107 | 37 | 0 | 103 | 126 | 20 | 15 | 113 | 60 |
| Binary | 11010110 | 1000111 | 11111 | 0 | 1000011 | 1010110 | 10000 | 1101 | 1001011 | 110000 |
Color Harmonies of #D6471F
Complementary color
Monochromatic Colors of #D6471F
Black with #D6471F
Text Example
Text Example
White with #D6471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6471F; }
p { color: rgb(214,71,31); }
H1.HeaderClassName
{
color: #D6471F;
}
.AnyTagClassName
{
color: #D6471F;
}
</style>
background-color css
<style>
a { background-color: #D6471F; }
a { background-color: rgb(214,71,31); }
div.DivClassName
{
background-color: #D6471F;
}
.BgClassName
{
background-color: #D6471F;
}
</style>
border-color css
<style>
span { border-color: #D6471F; }
span { border-color: rgb(214,71,31); }
td.TdClassName
{
border-color: #D6471F;
}
.TagClassName
{
border-color: #D6471F;
}
</style>