Html Css Color HEX #D4310C Harley Davidson Orange
📋 copy color: '#D4310C'red 212 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #D4310C
Tints of Harley Davidson Orange #D4310C
RGB
CMYK
RGB Variations
Color information
#D4310C (or 0xD4310C) is known color: Harley Davidson Orange. HEX triplet: D4, 31 and 0C. RGB value is (212,49,12). Sum of RGB (Red+Green+Blue) = 212+49+12=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4310C is #2BCEF3. Grayscale: #5D5D5D. Windows color (decimal): -2871028 or 799188. OLE color: 799188.
HSL color Cylindrical-coordinate representation of color #D4310C: hue angle of 11.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4310C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 12 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.17 |
| HSL | 11.1º | 0.89% | 0.44% | - |
| HSV(B) | 11.1º | 0.94% | 0.83% | - |
| XYZ | 28.32 | 16.22 | 1.99 | - |
| YUV | 93.52 | 82 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 12 | 0 | 0.77 | 0.94 | 0.17 | 11.1 | 0.89 | 0.44 |
| Hex | D4 | 31 | C | 0 | 4D | 5E | 11 | B | 59 | 2C |
| Octal | 324 | 61 | 14 | 0 | 115 | 136 | 21 | 13 | 131 | 54 |
| Binary | 11010100 | 110001 | 1100 | 0 | 1001101 | 1011110 | 10001 | 1011 | 1011001 | 101100 |
Color Harmonies of #D4310C
Complementary color
Monochromatic Colors of #D4310C
Black with #D4310C
Text Example
Text Example
White with #D4310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4310C; }
p { color: rgb(212,49,12); }
H1.HeaderClassName
{
color: #D4310C;
}
.AnyTagClassName
{
color: #D4310C;
}
</style>
background-color css
<style>
a { background-color: #D4310C; }
a { background-color: rgb(212,49,12); }
div.DivClassName
{
background-color: #D4310C;
}
.BgClassName
{
background-color: #D4310C;
}
</style>
border-color css
<style>
span { border-color: #D4310C; }
span { border-color: rgb(212,49,12); }
td.TdClassName
{
border-color: #D4310C;
}
.TagClassName
{
border-color: #D4310C;
}
</style>