Html Css Color HEX #D13820 Harley Davidson Orange
📋 copy color: '#D13820'red 209 ◦ green 56 ◦ blue 32
Shades of Harley Davidson Orange #D13820
Tints of Harley Davidson Orange #D13820
RGB
CMYK
RGB Variations
Color information
#D13820 (or 0xD13820) is known color: Harley Davidson Orange. HEX triplet: D1, 38 and 20. RGB value is (209,56,32). Sum of RGB (Red+Green+Blue) = 209+56+32=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D13820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13820 is #2EC7DF. Grayscale: #636363. Windows color (decimal): -3065824 or 2111697. OLE color: 2111697.
HSL color Cylindrical-coordinate representation of color #D13820: hue angle of 8.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D13820 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 32 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.18 |
| HSL | 8.14º | 0.73% | 0.47% | - |
| HSV(B) | 8.14º | 0.85% | 0.82% | - |
| XYZ | 27.97 | 16.49 | 3.07 | - |
| YUV | 99.01 | 90.19 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 32 | 0 | 0.73 | 0.85 | 0.18 | 8.14 | 0.73 | 0.47 |
| Hex | D1 | 38 | 20 | 0 | 49 | 55 | 12 | 8 | 49 | 2F |
| Octal | 321 | 70 | 40 | 0 | 111 | 125 | 22 | 10 | 111 | 57 |
| Binary | 11010001 | 111000 | 100000 | 0 | 1001001 | 1010101 | 10010 | 1000 | 1001001 | 101111 |
Color Harmonies of #D13820
Complementary color
Monochromatic Colors of #D13820
Black with #D13820
Text Example
Text Example
White with #D13820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13820; }
p { color: rgb(209,56,32); }
H1.HeaderClassName
{
color: #D13820;
}
.AnyTagClassName
{
color: #D13820;
}
</style>
background-color css
<style>
a { background-color: #D13820; }
a { background-color: rgb(209,56,32); }
div.DivClassName
{
background-color: #D13820;
}
.BgClassName
{
background-color: #D13820;
}
</style>
border-color css
<style>
span { border-color: #D13820; }
span { border-color: rgb(209,56,32); }
td.TdClassName
{
border-color: #D13820;
}
.TagClassName
{
border-color: #D13820;
}
</style>