Html Css Color HEX #DA4A15 Harley Davidson Orange
📋 copy color: '#DA4A15'red 218 ◦ green 74 ◦ blue 21
Shades of Harley Davidson Orange #DA4A15
Tints of Harley Davidson Orange #DA4A15
RGB
CMYK
RGB Variations
Color information
#DA4A15 (or 0xDA4A15) is known color: Harley Davidson Orange. HEX triplet: DA, 4A and 15. RGB value is (218,74,21). Sum of RGB (Red+Green+Blue) = 218+74+21=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4A15 is #25B5EA. Grayscale: #6F6F6F. Windows color (decimal): -2471403 or 1395418. OLE color: 1395418.
HSL color Cylindrical-coordinate representation of color #DA4A15: hue angle of 16.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA4A15 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 21 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.15 |
| HSL | 16.14º | 0.82% | 0.47% | - |
| HSV(B) | 16.14º | 0.9% | 0.85% | - |
| XYZ | 31.5 | 19.86 | 2.88 | - |
| YUV | 111.01 | 77.21 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 21 | 0 | 0.66 | 0.90 | 0.15 | 16.14 | 0.82 | 0.47 |
| Hex | DA | 4A | 15 | 0 | 42 | 5A | F | 10 | 52 | 2F |
| Octal | 332 | 112 | 25 | 0 | 102 | 132 | 17 | 20 | 122 | 57 |
| Binary | 11011010 | 1001010 | 10101 | 0 | 1000010 | 1011010 | 1111 | 10000 | 1010010 | 101111 |
Color Harmonies of #DA4A15
Complementary color
Monochromatic Colors of #DA4A15
Black with #DA4A15
Text Example
Text Example
White with #DA4A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A15; }
p { color: rgb(218,74,21); }
H1.HeaderClassName
{
color: #DA4A15;
}
.AnyTagClassName
{
color: #DA4A15;
}
</style>
background-color css
<style>
a { background-color: #DA4A15; }
a { background-color: rgb(218,74,21); }
div.DivClassName
{
background-color: #DA4A15;
}
.BgClassName
{
background-color: #DA4A15;
}
</style>
border-color css
<style>
span { border-color: #DA4A15; }
span { border-color: rgb(218,74,21); }
td.TdClassName
{
border-color: #DA4A15;
}
.TagClassName
{
border-color: #DA4A15;
}
</style>