Html Css Color HEX #D4320C Harley Davidson Orange
📋 copy color: '#D4320C'red 212 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #D4320C
Tints of Harley Davidson Orange #D4320C
RGB
CMYK
RGB Variations
Color information
#D4320C (or 0xD4320C) is known color: Harley Davidson Orange. HEX triplet: D4, 32 and 0C. RGB value is (212,50,12). Sum of RGB (Red+Green+Blue) = 212+50+12=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D4320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4320C is #2BCDF3. Grayscale: #5E5E5E. Windows color (decimal): -2870772 or 799444. OLE color: 799444.
HSL color Cylindrical-coordinate representation of color #D4320C: hue angle of 11.4º 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 #D4320C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.17 |
| HSL | 11.4º | 0.89% | 0.44% | - |
| HSV(B) | 11.4º | 0.94% | 0.83% | - |
| XYZ | 28.36 | 16.3 | 2 | - |
| YUV | 94.11 | 81.67 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 12 | 0 | 0.76 | 0.94 | 0.17 | 11.4 | 0.89 | 0.44 |
| Hex | D4 | 32 | C | 0 | 4C | 5E | 11 | B | 59 | 2C |
| Octal | 324 | 62 | 14 | 0 | 114 | 136 | 21 | 13 | 131 | 54 |
| Binary | 11010100 | 110010 | 1100 | 0 | 1001100 | 1011110 | 10001 | 1011 | 1011001 | 101100 |
Color Harmonies of #D4320C
Complementary color
Monochromatic Colors of #D4320C
Black with #D4320C
Text Example
Text Example
White with #D4320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4320C; }
p { color: rgb(212,50,12); }
H1.HeaderClassName
{
color: #D4320C;
}
.AnyTagClassName
{
color: #D4320C;
}
</style>
background-color css
<style>
a { background-color: #D4320C; }
a { background-color: rgb(212,50,12); }
div.DivClassName
{
background-color: #D4320C;
}
.BgClassName
{
background-color: #D4320C;
}
</style>
border-color css
<style>
span { border-color: #D4320C; }
span { border-color: rgb(212,50,12); }
td.TdClassName
{
border-color: #D4320C;
}
.TagClassName
{
border-color: #D4320C;
}
</style>