Html Css Color HEX #D61F0D Harley Davidson Orange
📋 copy color: '#D61F0D'red 214 ◦ green 31 ◦ blue 13
Shades of Harley Davidson Orange #D61F0D
Tints of Harley Davidson Orange #D61F0D
RGB
CMYK
RGB Variations
Color information
#D61F0D (or 0xD61F0D) is known color: Harley Davidson Orange. HEX triplet: D6, 1F and 0D. RGB value is (214,31,13). Sum of RGB (Red+Green+Blue) = 214+31+13=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61F0D is #29E0F2. Grayscale: #535353. Windows color (decimal): -2744563 or 860118. OLE color: 860118.
HSL color Cylindrical-coordinate representation of color #D61F0D: hue angle of 5.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D61F0D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 31 | 13 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.16 |
| HSL | 5.37º | 0.89% | 0.45% | - |
| HSV(B) | 5.37º | 0.94% | 0.84% | - |
| XYZ | 28.29 | 15.31 | 1.84 | - |
| YUV | 83.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 13 | 0 | 0.86 | 0.94 | 0.16 | 5.37 | 0.89 | 0.45 |
| Hex | D6 | 1F | D | 0 | 56 | 5E | 10 | 5 | 59 | 2D |
| Octal | 326 | 37 | 15 | 0 | 126 | 136 | 20 | 5 | 131 | 55 |
| Binary | 11010110 | 11111 | 1101 | 0 | 1010110 | 1011110 | 10000 | 101 | 1011001 | 101101 |
Color Harmonies of #D61F0D
Complementary color
Monochromatic Colors of #D61F0D
Black with #D61F0D
Text Example
Text Example
White with #D61F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61F0D; }
p { color: rgb(214,31,13); }
H1.HeaderClassName
{
color: #D61F0D;
}
.AnyTagClassName
{
color: #D61F0D;
}
</style>
background-color css
<style>
a { background-color: #D61F0D; }
a { background-color: rgb(214,31,13); }
div.DivClassName
{
background-color: #D61F0D;
}
.BgClassName
{
background-color: #D61F0D;
}
</style>
border-color css
<style>
span { border-color: #D61F0D; }
span { border-color: rgb(214,31,13); }
td.TdClassName
{
border-color: #D61F0D;
}
.TagClassName
{
border-color: #D61F0D;
}
</style>