Html Css Color HEX #D82013 Harley Davidson Orange
📋 copy color: '#D82013'red 216 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #D82013
Tints of Harley Davidson Orange #D82013
RGB
CMYK
RGB Variations
Color information
#D82013 (or 0xD82013) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 13. RGB value is (216,32,19). Sum of RGB (Red+Green+Blue) = 216+32+19=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D82013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82013 is #27DFEC. Grayscale: #555555. Windows color (decimal): -2613229 or 1253592. OLE color: 1253592.
HSL color Cylindrical-coordinate representation of color #D82013: hue angle of 3.96º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D82013 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.15 |
| HSL | 3.96º | 0.84% | 0.46% | - |
| HSV(B) | 3.96º | 0.91% | 0.85% | - |
| XYZ | 28.95 | 15.68 | 2.12 | - |
| YUV | 85.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 19 | 0 | 0.85 | 0.91 | 0.15 | 3.96 | 0.84 | 0.46 |
| Hex | D8 | 20 | 13 | 0 | 55 | 5B | F | 4 | 54 | 2E |
| Octal | 330 | 40 | 23 | 0 | 125 | 133 | 17 | 4 | 124 | 56 |
| Binary | 11011000 | 100000 | 10011 | 0 | 1010101 | 1011011 | 1111 | 100 | 1010100 | 101110 |
Color Harmonies of #D82013
Complementary color
Monochromatic Colors of #D82013
Black with #D82013
Text Example
Text Example
White with #D82013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82013; }
p { color: rgb(216,32,19); }
H1.HeaderClassName
{
color: #D82013;
}
.AnyTagClassName
{
color: #D82013;
}
</style>
background-color css
<style>
a { background-color: #D82013; }
a { background-color: rgb(216,32,19); }
div.DivClassName
{
background-color: #D82013;
}
.BgClassName
{
background-color: #D82013;
}
</style>
border-color css
<style>
span { border-color: #D82013; }
span { border-color: rgb(216,32,19); }
td.TdClassName
{
border-color: #D82013;
}
.TagClassName
{
border-color: #D82013;
}
</style>