Html Css Color HEX #D4301D Harley Davidson Orange
📋 copy color: '#D4301D'red 212 ◦ green 48 ◦ blue 29
Shades of Harley Davidson Orange #D4301D
Tints of Harley Davidson Orange #D4301D
RGB
CMYK
RGB Variations
Color information
#D4301D (or 0xD4301D) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 1D. RGB value is (212,48,29). Sum of RGB (Red+Green+Blue) = 212+48+29=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D4301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4301D is #2BCFE2. Grayscale: #5F5F5F. Windows color (decimal): -2871267 or 1913044. OLE color: 1913044.
HSL color Cylindrical-coordinate representation of color #D4301D: hue angle of 6.23º 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 #D4301D is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 29 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.17 |
| HSL | 6.23º | 0.76% | 0.47% | - |
| HSV(B) | 6.23º | 0.86% | 0.83% | - |
| XYZ | 28.43 | 16.2 | 2.79 | - |
| YUV | 94.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 29 | 0 | 0.77 | 0.86 | 0.17 | 6.23 | 0.76 | 0.47 |
| Hex | D4 | 30 | 1D | 0 | 4D | 56 | 11 | 6 | 4C | 2F |
| Octal | 324 | 60 | 35 | 0 | 115 | 126 | 21 | 6 | 114 | 57 |
| Binary | 11010100 | 110000 | 11101 | 0 | 1001101 | 1010110 | 10001 | 110 | 1001100 | 101111 |
Color Harmonies of #D4301D
Complementary color
Monochromatic Colors of #D4301D
Black with #D4301D
Text Example
Text Example
White with #D4301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4301D; }
p { color: rgb(212,48,29); }
H1.HeaderClassName
{
color: #D4301D;
}
.AnyTagClassName
{
color: #D4301D;
}
</style>
background-color css
<style>
a { background-color: #D4301D; }
a { background-color: rgb(212,48,29); }
div.DivClassName
{
background-color: #D4301D;
}
.BgClassName
{
background-color: #D4301D;
}
</style>
border-color css
<style>
span { border-color: #D4301D; }
span { border-color: rgb(212,48,29); }
td.TdClassName
{
border-color: #D4301D;
}
.TagClassName
{
border-color: #D4301D;
}
</style>