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