Html Css Color HEX #D4300C Harley Davidson Orange
📋 copy color: '#D4300C'red 212 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #D4300C
Tints of Harley Davidson Orange #D4300C
RGB
CMYK
RGB Variations
Color information
#D4300C (or 0xD4300C) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 0C. RGB value is (212,48,12). Sum of RGB (Red+Green+Blue) = 212+48+12=272 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.94% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 212 - color contains mainly: red. Hex color #D4300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4300C is #2BCFF3. Grayscale: #5D5D5D. Windows color (decimal): -2871284 or 798932. OLE color: 798932.
HSL color Cylindrical-coordinate representation of color #D4300C: hue angle of 10.8º 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 #D4300C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 12 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.17 |
| HSL | 10.8º | 0.89% | 0.44% | - |
| HSV(B) | 10.8º | 0.94% | 0.83% | - |
| XYZ | 28.27 | 16.14 | 1.97 | - |
| YUV | 92.93 | 82.33 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 12 | 0 | 0.77 | 0.94 | 0.17 | 10.8 | 0.89 | 0.44 |
| Hex | D4 | 30 | C | 0 | 4D | 5E | 11 | B | 59 | 2C |
| Octal | 324 | 60 | 14 | 0 | 115 | 136 | 21 | 13 | 131 | 54 |
| Binary | 11010100 | 110000 | 1100 | 0 | 1001101 | 1011110 | 10001 | 1011 | 1011001 | 101100 |
Color Harmonies of #D4300C
Complementary color
Monochromatic Colors of #D4300C
Black with #D4300C
Text Example
Text Example
White with #D4300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4300C; }
p { color: rgb(212,48,12); }
H1.HeaderClassName
{
color: #D4300C;
}
.AnyTagClassName
{
color: #D4300C;
}
</style>
background-color css
<style>
a { background-color: #D4300C; }
a { background-color: rgb(212,48,12); }
div.DivClassName
{
background-color: #D4300C;
}
.BgClassName
{
background-color: #D4300C;
}
</style>
border-color css
<style>
span { border-color: #D4300C; }
span { border-color: rgb(212,48,12); }
td.TdClassName
{
border-color: #D4300C;
}
.TagClassName
{
border-color: #D4300C;
}
</style>