Html Css Color HEX #D61911 Harley Davidson Orange
📋 copy color: '#D61911'red 214 ◦ green 25 ◦ blue 17
Shades of Harley Davidson Orange #D61911
Tints of Harley Davidson Orange #D61911
RGB
CMYK
RGB Variations
Color information
#D61911 (or 0xD61911) is known color: Harley Davidson Orange. HEX triplet: D6, 19 and 11. RGB value is (214,25,17). Sum of RGB (Red+Green+Blue) = 214+25+17=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D61911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61911 is #29E6EE. Grayscale: #505050. Windows color (decimal): -2746095 or 1120726. OLE color: 1120726.
HSL color Cylindrical-coordinate representation of color #D61911: hue angle of 2.44º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61911 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.16 |
| HSL | 2.44º | 0.85% | 0.45% | - |
| HSV(B) | 2.44º | 0.92% | 0.84% | - |
| XYZ | 28.18 | 15.03 | 1.95 | - |
| YUV | 80.6 | 92.12 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 17 | 0 | 0.88 | 0.92 | 0.16 | 2.44 | 0.85 | 0.45 |
| Hex | D6 | 19 | 11 | 0 | 58 | 5C | 10 | 2 | 55 | 2D |
| Octal | 326 | 31 | 21 | 0 | 130 | 134 | 20 | 2 | 125 | 55 |
| Binary | 11010110 | 11001 | 10001 | 0 | 1011000 | 1011100 | 10000 | 10 | 1010101 | 101101 |
Color Harmonies of #D61911
Complementary color
Monochromatic Colors of #D61911
Black with #D61911
Text Example
Text Example
White with #D61911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61911; }
p { color: rgb(214,25,17); }
H1.HeaderClassName
{
color: #D61911;
}
.AnyTagClassName
{
color: #D61911;
}
</style>
background-color css
<style>
a { background-color: #D61911; }
a { background-color: rgb(214,25,17); }
div.DivClassName
{
background-color: #D61911;
}
.BgClassName
{
background-color: #D61911;
}
</style>
border-color css
<style>
span { border-color: #D61911; }
span { border-color: rgb(214,25,17); }
td.TdClassName
{
border-color: #D61911;
}
.TagClassName
{
border-color: #D61911;
}
</style>