Html Css Color HEX #D44612 Harley Davidson Orange
📋 copy color: '#D44612'red 212 ◦ green 70 ◦ blue 18
Shades of Harley Davidson Orange #D44612
Tints of Harley Davidson Orange #D44612
RGB
CMYK
RGB Variations
Color information
#D44612 (or 0xD44612) is known color: Harley Davidson Orange. HEX triplet: D4, 46 and 12. RGB value is (212,70,18). Sum of RGB (Red+Green+Blue) = 212+70+18=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D44612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44612 is #2BB9ED. Grayscale: #6A6A6A. Windows color (decimal): -2865646 or 1197780. OLE color: 1197780.
HSL color Cylindrical-coordinate representation of color #D44612: hue angle of 16.08º 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 #D44612 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 18 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.17 |
| HSL | 16.08º | 0.84% | 0.45% | - |
| HSV(B) | 16.08º | 0.92% | 0.83% | - |
| XYZ | 29.45 | 18.42 | 2.58 | - |
| YUV | 106.53 | 78.04 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 18 | 0 | 0.67 | 0.92 | 0.17 | 16.08 | 0.84 | 0.45 |
| Hex | D4 | 46 | 12 | 0 | 43 | 5C | 11 | 10 | 54 | 2D |
| Octal | 324 | 106 | 22 | 0 | 103 | 134 | 21 | 20 | 124 | 55 |
| Binary | 11010100 | 1000110 | 10010 | 0 | 1000011 | 1011100 | 10001 | 10000 | 1010100 | 101101 |
Color Harmonies of #D44612
Complementary color
Monochromatic Colors of #D44612
Black with #D44612
Text Example
Text Example
White with #D44612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44612; }
p { color: rgb(212,70,18); }
H1.HeaderClassName
{
color: #D44612;
}
.AnyTagClassName
{
color: #D44612;
}
</style>
background-color css
<style>
a { background-color: #D44612; }
a { background-color: rgb(212,70,18); }
div.DivClassName
{
background-color: #D44612;
}
.BgClassName
{
background-color: #D44612;
}
</style>
border-color css
<style>
span { border-color: #D44612; }
span { border-color: rgb(212,70,18); }
td.TdClassName
{
border-color: #D44612;
}
.TagClassName
{
border-color: #D44612;
}
</style>