Html Css Color HEX #D43512 Harley Davidson Orange
📋 copy color: '#D43512'red 212 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #D43512
Tints of Harley Davidson Orange #D43512
RGB
CMYK
RGB Variations
Color information
#D43512 (or 0xD43512) is known color: Harley Davidson Orange. HEX triplet: D4, 35 and 12. RGB value is (212,53,18). Sum of RGB (Red+Green+Blue) = 212+53+18=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D43512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43512 is #2BCAED. Grayscale: #606060. Windows color (decimal): -2869998 or 1193428. OLE color: 1193428.
HSL color Cylindrical-coordinate representation of color #D43512: hue angle of 10.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D43512 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.17 |
| HSL | 10.82º | 0.84% | 0.45% | - |
| HSV(B) | 10.82º | 0.92% | 0.83% | - |
| XYZ | 28.53 | 16.59 | 2.27 | - |
| YUV | 96.55 | 83.68 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 18 | 0 | 0.75 | 0.92 | 0.17 | 10.82 | 0.84 | 0.45 |
| Hex | D4 | 35 | 12 | 0 | 4B | 5C | 11 | B | 54 | 2D |
| Octal | 324 | 65 | 22 | 0 | 113 | 134 | 21 | 13 | 124 | 55 |
| Binary | 11010100 | 110101 | 10010 | 0 | 1001011 | 1011100 | 10001 | 1011 | 1010100 | 101101 |
Color Harmonies of #D43512
Complementary color
Monochromatic Colors of #D43512
Black with #D43512
Text Example
Text Example
White with #D43512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43512; }
p { color: rgb(212,53,18); }
H1.HeaderClassName
{
color: #D43512;
}
.AnyTagClassName
{
color: #D43512;
}
</style>
background-color css
<style>
a { background-color: #D43512; }
a { background-color: rgb(212,53,18); }
div.DivClassName
{
background-color: #D43512;
}
.BgClassName
{
background-color: #D43512;
}
</style>
border-color css
<style>
span { border-color: #D43512; }
span { border-color: rgb(212,53,18); }
td.TdClassName
{
border-color: #D43512;
}
.TagClassName
{
border-color: #D43512;
}
</style>