Html Css Color HEX #D6461D Harley Davidson Orange
📋 copy color: '#D6461D'red 214 ◦ green 70 ◦ blue 29
Shades of Harley Davidson Orange #D6461D
Tints of Harley Davidson Orange #D6461D
RGB
CMYK
RGB Variations
Color information
#D6461D (or 0xD6461D) is known color: Harley Davidson Orange. HEX triplet: D6, 46 and 1D. RGB value is (214,70,29). Sum of RGB (Red+Green+Blue) = 214+70+29=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6461D is #29B9E2. Grayscale: #6C6C6C. Windows color (decimal): -2734563 or 1918678. OLE color: 1918678.
HSL color Cylindrical-coordinate representation of color #D6461D: hue angle of 13.3º degrees, saturation: 0.76, 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 #D6461D is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 29 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.16 |
| HSL | 13.3º | 0.76% | 0.48% | - |
| HSV(B) | 13.3º | 0.86% | 0.84% | - |
| XYZ | 30.14 | 18.77 | 3.2 | - |
| YUV | 108.38 | 83.21 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 29 | 0 | 0.67 | 0.86 | 0.16 | 13.3 | 0.76 | 0.48 |
| Hex | D6 | 46 | 1D | 0 | 43 | 56 | 10 | D | 4C | 30 |
| Octal | 326 | 106 | 35 | 0 | 103 | 126 | 20 | 15 | 114 | 60 |
| Binary | 11010110 | 1000110 | 11101 | 0 | 1000011 | 1010110 | 10000 | 1101 | 1001100 | 110000 |
Color Harmonies of #D6461D
Complementary color
Monochromatic Colors of #D6461D
Black with #D6461D
Text Example
Text Example
White with #D6461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6461D; }
p { color: rgb(214,70,29); }
H1.HeaderClassName
{
color: #D6461D;
}
.AnyTagClassName
{
color: #D6461D;
}
</style>
background-color css
<style>
a { background-color: #D6461D; }
a { background-color: rgb(214,70,29); }
div.DivClassName
{
background-color: #D6461D;
}
.BgClassName
{
background-color: #D6461D;
}
</style>
border-color css
<style>
span { border-color: #D6461D; }
span { border-color: rgb(214,70,29); }
td.TdClassName
{
border-color: #D6461D;
}
.TagClassName
{
border-color: #D6461D;
}
</style>