Html Css Color HEX #D62013 Harley Davidson Orange
📋 copy color: '#D62013'red 214 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #D62013
Tints of Harley Davidson Orange #D62013
RGB
CMYK
RGB Variations
Color information
#D62013 (or 0xD62013) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 13. RGB value is (214,32,19). Sum of RGB (Red+Green+Blue) = 214+32+19=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D62013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62013 is #29DFEC. Grayscale: #555555. Windows color (decimal): -2744301 or 1253590. OLE color: 1253590.
HSL color Cylindrical-coordinate representation of color #D62013: hue angle of 4º 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 #D62013 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.16 |
| HSL | 4º | 0.84% | 0.46% | - |
| HSV(B) | 4º | 0.91% | 0.84% | - |
| XYZ | 28.37 | 15.38 | 2.09 | - |
| YUV | 84.94 | 90.8 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 19 | 0 | 0.85 | 0.91 | 0.16 | 4 | 0.84 | 0.46 |
| Hex | D6 | 20 | 13 | 0 | 55 | 5B | 10 | 4 | 54 | 2E |
| Octal | 326 | 40 | 23 | 0 | 125 | 133 | 20 | 4 | 124 | 56 |
| Binary | 11010110 | 100000 | 10011 | 0 | 1010101 | 1011011 | 10000 | 100 | 1010100 | 101110 |
Color Harmonies of #D62013
Complementary color
Monochromatic Colors of #D62013
Black with #D62013
Text Example
Text Example
White with #D62013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62013; }
p { color: rgb(214,32,19); }
H1.HeaderClassName
{
color: #D62013;
}
.AnyTagClassName
{
color: #D62013;
}
</style>
background-color css
<style>
a { background-color: #D62013; }
a { background-color: rgb(214,32,19); }
div.DivClassName
{
background-color: #D62013;
}
.BgClassName
{
background-color: #D62013;
}
</style>
border-color css
<style>
span { border-color: #D62013; }
span { border-color: rgb(214,32,19); }
td.TdClassName
{
border-color: #D62013;
}
.TagClassName
{
border-color: #D62013;
}
</style>