Html Css Color HEX #D61713 Harley Davidson Orange
📋 copy color: '#D61713'red 214 ◦ green 23 ◦ blue 19
Shades of Harley Davidson Orange #D61713
Tints of Harley Davidson Orange #D61713
RGB
CMYK
RGB Variations
Color information
#D61713 (or 0xD61713) is known color: Harley Davidson Orange. HEX triplet: D6, 17 and 13. RGB value is (214,23,19). Sum of RGB (Red+Green+Blue) = 214+23+19=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D61713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61713 is #29E8EC. Grayscale: #4F4F4F. Windows color (decimal): -2746605 or 1251286. OLE color: 1251286.
HSL color Cylindrical-coordinate representation of color #D61713: hue angle of 1.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61713 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 19 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.16 |
| HSL | 1.23º | 0.84% | 0.46% | - |
| HSV(B) | 1.23º | 0.91% | 0.84% | - |
| XYZ | 28.16 | 14.96 | 2.02 | - |
| YUV | 79.65 | 93.78 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 19 | 0 | 0.89 | 0.91 | 0.16 | 1.23 | 0.84 | 0.46 |
| Hex | D6 | 17 | 13 | 0 | 59 | 5B | 10 | 1 | 54 | 2E |
| Octal | 326 | 27 | 23 | 0 | 131 | 133 | 20 | 1 | 124 | 56 |
| Binary | 11010110 | 10111 | 10011 | 0 | 1011001 | 1011011 | 10000 | 1 | 1010100 | 101110 |
Color Harmonies of #D61713
Complementary color
Monochromatic Colors of #D61713
Black with #D61713
Text Example
Text Example
White with #D61713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61713; }
p { color: rgb(214,23,19); }
H1.HeaderClassName
{
color: #D61713;
}
.AnyTagClassName
{
color: #D61713;
}
</style>
background-color css
<style>
a { background-color: #D61713; }
a { background-color: rgb(214,23,19); }
div.DivClassName
{
background-color: #D61713;
}
.BgClassName
{
background-color: #D61713;
}
</style>
border-color css
<style>
span { border-color: #D61713; }
span { border-color: rgb(214,23,19); }
td.TdClassName
{
border-color: #D61713;
}
.TagClassName
{
border-color: #D61713;
}
</style>