Html Css Color HEX #D4371D Harley Davidson Orange
📋 copy color: '#D4371D'red 212 ◦ green 55 ◦ blue 29
Shades of Harley Davidson Orange #D4371D
Tints of Harley Davidson Orange #D4371D
RGB
CMYK
RGB Variations
Color information
#D4371D (or 0xD4371D) is known color: Harley Davidson Orange. HEX triplet: D4, 37 and 1D. RGB value is (212,55,29). Sum of RGB (Red+Green+Blue) = 212+55+29=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4371D is #2BC8E2. Grayscale: #636363. Windows color (decimal): -2869475 or 1914836. OLE color: 1914836.
HSL color Cylindrical-coordinate representation of color #D4371D: hue angle of 8.52º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4371D is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 29 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.17 |
| HSL | 8.52º | 0.76% | 0.47% | - |
| HSV(B) | 8.52º | 0.86% | 0.83% | - |
| XYZ | 28.74 | 16.82 | 2.89 | - |
| YUV | 98.98 | 88.51 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 29 | 0 | 0.74 | 0.86 | 0.17 | 8.52 | 0.76 | 0.47 |
| Hex | D4 | 37 | 1D | 0 | 4A | 56 | 11 | 9 | 4C | 2F |
| Octal | 324 | 67 | 35 | 0 | 112 | 126 | 21 | 11 | 114 | 57 |
| Binary | 11010100 | 110111 | 11101 | 0 | 1001010 | 1010110 | 10001 | 1001 | 1001100 | 101111 |
Color Harmonies of #D4371D
Complementary color
Monochromatic Colors of #D4371D
Black with #D4371D
Text Example
Text Example
White with #D4371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4371D; }
p { color: rgb(212,55,29); }
H1.HeaderClassName
{
color: #D4371D;
}
.AnyTagClassName
{
color: #D4371D;
}
</style>
background-color css
<style>
a { background-color: #D4371D; }
a { background-color: rgb(212,55,29); }
div.DivClassName
{
background-color: #D4371D;
}
.BgClassName
{
background-color: #D4371D;
}
</style>
border-color css
<style>
span { border-color: #D4371D; }
span { border-color: rgb(212,55,29); }
td.TdClassName
{
border-color: #D4371D;
}
.TagClassName
{
border-color: #D4371D;
}
</style>