Html Css Color HEX #D4320B Harley Davidson Orange
📋 copy color: '#D4320B'red 212 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #D4320B
Tints of Harley Davidson Orange #D4320B
RGB
CMYK
RGB Variations
Color information
#D4320B (or 0xD4320B) is known color: Harley Davidson Orange. HEX triplet: D4, 32 and 0B. RGB value is (212,50,11). Sum of RGB (Red+Green+Blue) = 212+50+11=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4320B is #2BCDF4. Grayscale: #5E5E5E. Windows color (decimal): -2870773 or 733908. OLE color: 733908.
HSL color Cylindrical-coordinate representation of color #D4320B: hue angle of 11.64º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4320B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.17 |
| HSL | 11.64º | 0.9% | 0.44% | - |
| HSV(B) | 11.64º | 0.95% | 0.83% | - |
| XYZ | 28.35 | 16.3 | 1.97 | - |
| YUV | 93.99 | 81.17 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 11 | 0 | 0.76 | 0.95 | 0.17 | 11.64 | 0.9 | 0.44 |
| Hex | D4 | 32 | B | 0 | 4C | 5F | 11 | C | 5A | 2C |
| Octal | 324 | 62 | 13 | 0 | 114 | 137 | 21 | 14 | 132 | 54 |
| Binary | 11010100 | 110010 | 1011 | 0 | 1001100 | 1011111 | 10001 | 1100 | 1011010 | 101100 |
Color Harmonies of #D4320B
Complementary color
Monochromatic Colors of #D4320B
Black with #D4320B
Text Example
Text Example
White with #D4320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4320B; }
p { color: rgb(212,50,11); }
H1.HeaderClassName
{
color: #D4320B;
}
.AnyTagClassName
{
color: #D4320B;
}
</style>
background-color css
<style>
a { background-color: #D4320B; }
a { background-color: rgb(212,50,11); }
div.DivClassName
{
background-color: #D4320B;
}
.BgClassName
{
background-color: #D4320B;
}
</style>
border-color css
<style>
span { border-color: #D4320B; }
span { border-color: rgb(212,50,11); }
td.TdClassName
{
border-color: #D4320B;
}
.TagClassName
{
border-color: #D4320B;
}
</style>