Html Css Color HEX #D43612 Harley Davidson Orange
📋 copy color: '#D43612'red 212 ◦ green 54 ◦ blue 18
Shades of Harley Davidson Orange #D43612
Tints of Harley Davidson Orange #D43612
RGB
CMYK
RGB Variations
Color information
#D43612 (or 0xD43612) is known color: Harley Davidson Orange. HEX triplet: D4, 36 and 12. RGB value is (212,54,18). Sum of RGB (Red+Green+Blue) = 212+54+18=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D43612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43612 is #2BC9ED. Grayscale: #616161. Windows color (decimal): -2869742 or 1193684. OLE color: 1193684.
HSL color Cylindrical-coordinate representation of color #D43612: hue angle of 11.13º 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 #D43612 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.17 |
| HSL | 11.13º | 0.84% | 0.45% | - |
| HSV(B) | 11.13º | 0.92% | 0.83% | - |
| XYZ | 28.58 | 16.68 | 2.29 | - |
| YUV | 97.14 | 83.35 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 18 | 0 | 0.75 | 0.92 | 0.17 | 11.13 | 0.84 | 0.45 |
| Hex | D4 | 36 | 12 | 0 | 4B | 5C | 11 | B | 54 | 2D |
| Octal | 324 | 66 | 22 | 0 | 113 | 134 | 21 | 13 | 124 | 55 |
| Binary | 11010100 | 110110 | 10010 | 0 | 1001011 | 1011100 | 10001 | 1011 | 1010100 | 101101 |
Color Harmonies of #D43612
Complementary color
Monochromatic Colors of #D43612
Black with #D43612
Text Example
Text Example
White with #D43612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43612; }
p { color: rgb(212,54,18); }
H1.HeaderClassName
{
color: #D43612;
}
.AnyTagClassName
{
color: #D43612;
}
</style>
background-color css
<style>
a { background-color: #D43612; }
a { background-color: rgb(212,54,18); }
div.DivClassName
{
background-color: #D43612;
}
.BgClassName
{
background-color: #D43612;
}
</style>
border-color css
<style>
span { border-color: #D43612; }
span { border-color: rgb(212,54,18); }
td.TdClassName
{
border-color: #D43612;
}
.TagClassName
{
border-color: #D43612;
}
</style>