Html Css Color HEX #D62813 Harley Davidson Orange
📋 copy color: '#D62813'red 214 ◦ green 40 ◦ blue 19
Shades of Harley Davidson Orange #D62813
Tints of Harley Davidson Orange #D62813
RGB
CMYK
RGB Variations
Color information
#D62813 (or 0xD62813) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 13. RGB value is (214,40,19). Sum of RGB (Red+Green+Blue) = 214+40+19=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D62813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62813 is #29D7EC. Grayscale: #595959. Windows color (decimal): -2742253 or 1255638. OLE color: 1255638.
HSL color Cylindrical-coordinate representation of color #D62813: hue angle of 6.46º 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 #D62813 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 19 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.16 |
| HSL | 6.46º | 0.84% | 0.46% | - |
| HSV(B) | 6.46º | 0.91% | 0.84% | - |
| XYZ | 28.61 | 15.86 | 2.17 | - |
| YUV | 89.63 | 88.15 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 19 | 0 | 0.81 | 0.91 | 0.16 | 6.46 | 0.84 | 0.46 |
| Hex | D6 | 28 | 13 | 0 | 51 | 5B | 10 | 6 | 54 | 2E |
| Octal | 326 | 50 | 23 | 0 | 121 | 133 | 20 | 6 | 124 | 56 |
| Binary | 11010110 | 101000 | 10011 | 0 | 1010001 | 1011011 | 10000 | 110 | 1010100 | 101110 |
Color Harmonies of #D62813
Complementary color
Monochromatic Colors of #D62813
Black with #D62813
Text Example
Text Example
White with #D62813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62813; }
p { color: rgb(214,40,19); }
H1.HeaderClassName
{
color: #D62813;
}
.AnyTagClassName
{
color: #D62813;
}
</style>
background-color css
<style>
a { background-color: #D62813; }
a { background-color: rgb(214,40,19); }
div.DivClassName
{
background-color: #D62813;
}
.BgClassName
{
background-color: #D62813;
}
</style>
border-color css
<style>
span { border-color: #D62813; }
span { border-color: rgb(214,40,19); }
td.TdClassName
{
border-color: #D62813;
}
.TagClassName
{
border-color: #D62813;
}
</style>