Html Css Color HEX #D0371D Harley Davidson Orange
📋 copy color: '#D0371D'red 208 ◦ green 55 ◦ blue 29
Shades of Harley Davidson Orange #D0371D
Tints of Harley Davidson Orange #D0371D
RGB
CMYK
RGB Variations
Color information
#D0371D (or 0xD0371D) is known color: Harley Davidson Orange. HEX triplet: D0, 37 and 1D. RGB value is (208,55,29). Sum of RGB (Red+Green+Blue) = 208+55+29=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0371D is #2FC8E2. Grayscale: #626262. Windows color (decimal): -3131619 or 1914832. OLE color: 1914832.
HSL color Cylindrical-coordinate representation of color #D0371D: hue angle of 8.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0371D is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 29 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.18 |
| HSL | 8.72º | 0.76% | 0.46% | - |
| HSV(B) | 8.72º | 0.86% | 0.82% | - |
| XYZ | 27.6 | 16.23 | 2.84 | - |
| YUV | 97.78 | 89.19 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 29 | 0 | 0.74 | 0.86 | 0.18 | 8.72 | 0.76 | 0.46 |
| Hex | D0 | 37 | 1D | 0 | 4A | 56 | 12 | 9 | 4C | 2E |
| Octal | 320 | 67 | 35 | 0 | 112 | 126 | 22 | 11 | 114 | 56 |
| Binary | 11010000 | 110111 | 11101 | 0 | 1001010 | 1010110 | 10010 | 1001 | 1001100 | 101110 |
Color Harmonies of #D0371D
Complementary color
Monochromatic Colors of #D0371D
Black with #D0371D
Text Example
Text Example
White with #D0371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0371D; }
p { color: rgb(208,55,29); }
H1.HeaderClassName
{
color: #D0371D;
}
.AnyTagClassName
{
color: #D0371D;
}
</style>
background-color css
<style>
a { background-color: #D0371D; }
a { background-color: rgb(208,55,29); }
div.DivClassName
{
background-color: #D0371D;
}
.BgClassName
{
background-color: #D0371D;
}
</style>
border-color css
<style>
span { border-color: #D0371D; }
span { border-color: rgb(208,55,29); }
td.TdClassName
{
border-color: #D0371D;
}
.TagClassName
{
border-color: #D0371D;
}
</style>