Html Css Color HEX #DA4013 Harley Davidson Orange
📋 copy color: '#DA4013'red 218 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #DA4013
Tints of Harley Davidson Orange #DA4013
RGB
CMYK
RGB Variations
Color information
#DA4013 (or 0xDA4013) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 13. RGB value is (218,64,19). Sum of RGB (Red+Green+Blue) = 218+64+19=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4013 is #25BFEC. Grayscale: #696969. Windows color (decimal): -2473965 or 1261786. OLE color: 1261786.
HSL color Cylindrical-coordinate representation of color #DA4013: hue angle of 13.57º 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 #DA4013 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 19 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.15 |
| HSL | 13.57º | 0.84% | 0.46% | - |
| HSV(B) | 13.57º | 0.91% | 0.85% | - |
| XYZ | 30.86 | 18.62 | 2.58 | - |
| YUV | 104.92 | 79.52 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 19 | 0 | 0.71 | 0.91 | 0.15 | 13.57 | 0.84 | 0.46 |
| Hex | DA | 40 | 13 | 0 | 47 | 5B | F | E | 54 | 2E |
| Octal | 332 | 100 | 23 | 0 | 107 | 133 | 17 | 16 | 124 | 56 |
| Binary | 11011010 | 1000000 | 10011 | 0 | 1000111 | 1011011 | 1111 | 1110 | 1010100 | 101110 |
Color Harmonies of #DA4013
Complementary color
Monochromatic Colors of #DA4013
Black with #DA4013
Text Example
Text Example
White with #DA4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4013; }
p { color: rgb(218,64,19); }
H1.HeaderClassName
{
color: #DA4013;
}
.AnyTagClassName
{
color: #DA4013;
}
</style>
background-color css
<style>
a { background-color: #DA4013; }
a { background-color: rgb(218,64,19); }
div.DivClassName
{
background-color: #DA4013;
}
.BgClassName
{
background-color: #DA4013;
}
</style>
border-color css
<style>
span { border-color: #DA4013; }
span { border-color: rgb(218,64,19); }
td.TdClassName
{
border-color: #DA4013;
}
.TagClassName
{
border-color: #DA4013;
}
</style>