Html Css Color HEX #DA4112 Harley Davidson Orange
📋 copy color: '#DA4112'red 218 ◦ green 65 ◦ blue 18
Shades of Harley Davidson Orange #DA4112
Tints of Harley Davidson Orange #DA4112
RGB
CMYK
RGB Variations
Color information
#DA4112 (or 0xDA4112) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 12. RGB value is (218,65,18). Sum of RGB (Red+Green+Blue) = 218+65+18=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4112 is #25BEED. Grayscale: #696969. Windows color (decimal): -2473710 or 1196506. OLE color: 1196506.
HSL color Cylindrical-coordinate representation of color #DA4112: hue angle of 14.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA4112 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.15 |
| HSL | 14.1º | 0.85% | 0.46% | - |
| HSV(B) | 14.1º | 0.92% | 0.85% | - |
| XYZ | 30.91 | 18.73 | 2.56 | - |
| YUV | 105.39 | 78.69 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 18 | 0 | 0.70 | 0.92 | 0.15 | 14.1 | 0.85 | 0.46 |
| Hex | DA | 41 | 12 | 0 | 46 | 5C | F | E | 55 | 2E |
| Octal | 332 | 101 | 22 | 0 | 106 | 134 | 17 | 16 | 125 | 56 |
| Binary | 11011010 | 1000001 | 10010 | 0 | 1000110 | 1011100 | 1111 | 1110 | 1010101 | 101110 |
Color Harmonies of #DA4112
Complementary color
Monochromatic Colors of #DA4112
Black with #DA4112
Text Example
Text Example
White with #DA4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4112; }
p { color: rgb(218,65,18); }
H1.HeaderClassName
{
color: #DA4112;
}
.AnyTagClassName
{
color: #DA4112;
}
</style>
background-color css
<style>
a { background-color: #DA4112; }
a { background-color: rgb(218,65,18); }
div.DivClassName
{
background-color: #DA4112;
}
.BgClassName
{
background-color: #DA4112;
}
</style>
border-color css
<style>
span { border-color: #DA4112; }
span { border-color: rgb(218,65,18); }
td.TdClassName
{
border-color: #DA4112;
}
.TagClassName
{
border-color: #DA4112;
}
</style>