Html Css Color HEX #DA4113 Harley Davidson Orange
📋 copy color: '#DA4113'red 218 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #DA4113
Tints of Harley Davidson Orange #DA4113
RGB
CMYK
RGB Variations
Color information
#DA4113 (or 0xDA4113) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 13. RGB value is (218,65,19). Sum of RGB (Red+Green+Blue) = 218+65+19=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4113 is #25BEEC. Grayscale: #696969. Windows color (decimal): -2473709 or 1262042. OLE color: 1262042.
HSL color Cylindrical-coordinate representation of color #DA4113: hue angle of 13.87º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA4113 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.15 |
| HSL | 13.87º | 0.84% | 0.46% | - |
| HSV(B) | 13.87º | 0.91% | 0.85% | - |
| XYZ | 30.92 | 18.73 | 2.6 | - |
| YUV | 105.5 | 79.19 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 19 | 0 | 0.70 | 0.91 | 0.15 | 13.87 | 0.84 | 0.46 |
| Hex | DA | 41 | 13 | 0 | 46 | 5B | F | E | 54 | 2E |
| Octal | 332 | 101 | 23 | 0 | 106 | 133 | 17 | 16 | 124 | 56 |
| Binary | 11011010 | 1000001 | 10011 | 0 | 1000110 | 1011011 | 1111 | 1110 | 1010100 | 101110 |
Color Harmonies of #DA4113
Complementary color
Monochromatic Colors of #DA4113
Black with #DA4113
Text Example
Text Example
White with #DA4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4113; }
p { color: rgb(218,65,19); }
H1.HeaderClassName
{
color: #DA4113;
}
.AnyTagClassName
{
color: #DA4113;
}
</style>
background-color css
<style>
a { background-color: #DA4113; }
a { background-color: rgb(218,65,19); }
div.DivClassName
{
background-color: #DA4113;
}
.BgClassName
{
background-color: #DA4113;
}
</style>
border-color css
<style>
span { border-color: #DA4113; }
span { border-color: rgb(218,65,19); }
td.TdClassName
{
border-color: #DA4113;
}
.TagClassName
{
border-color: #DA4113;
}
</style>