Html Css Color HEX #D42812 Harley Davidson Orange
📋 copy color: '#D42812'red 212 ◦ green 40 ◦ blue 18
Shades of Harley Davidson Orange #D42812
Tints of Harley Davidson Orange #D42812
RGB
CMYK
RGB Variations
Color information
#D42812 (or 0xD42812) is known color: Harley Davidson Orange. HEX triplet: D4, 28 and 12. RGB value is (212,40,18). Sum of RGB (Red+Green+Blue) = 212+40+18=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D42812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42812 is #2BD7ED. Grayscale: #595959. Windows color (decimal): -2873326 or 1190100. OLE color: 1190100.
HSL color Cylindrical-coordinate representation of color #D42812: hue angle of 6.8º 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 #D42812 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 18 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.17 |
| HSL | 6.8º | 0.84% | 0.45% | - |
| HSV(B) | 6.8º | 0.92% | 0.83% | - |
| XYZ | 28.02 | 15.56 | 2.1 | - |
| YUV | 88.92 | 87.98 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 18 | 0 | 0.81 | 0.92 | 0.17 | 6.8 | 0.84 | 0.45 |
| Hex | D4 | 28 | 12 | 0 | 51 | 5C | 11 | 7 | 54 | 2D |
| Octal | 324 | 50 | 22 | 0 | 121 | 134 | 21 | 7 | 124 | 55 |
| Binary | 11010100 | 101000 | 10010 | 0 | 1010001 | 1011100 | 10001 | 111 | 1010100 | 101101 |
Color Harmonies of #D42812
Complementary color
Monochromatic Colors of #D42812
Black with #D42812
Text Example
Text Example
White with #D42812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42812; }
p { color: rgb(212,40,18); }
H1.HeaderClassName
{
color: #D42812;
}
.AnyTagClassName
{
color: #D42812;
}
</style>
background-color css
<style>
a { background-color: #D42812; }
a { background-color: rgb(212,40,18); }
div.DivClassName
{
background-color: #D42812;
}
.BgClassName
{
background-color: #D42812;
}
</style>
border-color css
<style>
span { border-color: #D42812; }
span { border-color: rgb(212,40,18); }
td.TdClassName
{
border-color: #D42812;
}
.TagClassName
{
border-color: #D42812;
}
</style>