Html Css Color HEX #D6461C Harley Davidson Orange
📋 copy color: '#D6461C'red 214 ◦ green 70 ◦ blue 28
Shades of Harley Davidson Orange #D6461C
Tints of Harley Davidson Orange #D6461C
RGB
CMYK
RGB Variations
Color information
#D6461C (or 0xD6461C) is known color: Harley Davidson Orange. HEX triplet: D6, 46 and 1C. RGB value is (214,70,28). Sum of RGB (Red+Green+Blue) = 214+70+28=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6461C is #29B9E3. Grayscale: #6C6C6C. Windows color (decimal): -2734564 or 1853142. OLE color: 1853142.
HSL color Cylindrical-coordinate representation of color #D6461C: hue angle of 13.55º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6461C is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 28 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.16 |
| HSL | 13.55º | 0.77% | 0.47% | - |
| HSV(B) | 13.55º | 0.87% | 0.84% | - |
| XYZ | 30.13 | 18.76 | 3.13 | - |
| YUV | 108.27 | 82.71 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 28 | 0 | 0.67 | 0.87 | 0.16 | 13.55 | 0.77 | 0.47 |
| Hex | D6 | 46 | 1C | 0 | 43 | 57 | 10 | E | 4D | 2F |
| Octal | 326 | 106 | 34 | 0 | 103 | 127 | 20 | 16 | 115 | 57 |
| Binary | 11010110 | 1000110 | 11100 | 0 | 1000011 | 1010111 | 10000 | 1110 | 1001101 | 101111 |
Color Harmonies of #D6461C
Complementary color
Monochromatic Colors of #D6461C
Black with #D6461C
Text Example
Text Example
White with #D6461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6461C; }
p { color: rgb(214,70,28); }
H1.HeaderClassName
{
color: #D6461C;
}
.AnyTagClassName
{
color: #D6461C;
}
</style>
background-color css
<style>
a { background-color: #D6461C; }
a { background-color: rgb(214,70,28); }
div.DivClassName
{
background-color: #D6461C;
}
.BgClassName
{
background-color: #D6461C;
}
</style>
border-color css
<style>
span { border-color: #D6461C; }
span { border-color: rgb(214,70,28); }
td.TdClassName
{
border-color: #D6461C;
}
.TagClassName
{
border-color: #D6461C;
}
</style>