Html Css Color HEX #DA4515 Harley Davidson Orange
📋 copy color: '#DA4515'red 218 ◦ green 69 ◦ blue 21
Shades of Harley Davidson Orange #DA4515
Tints of Harley Davidson Orange #DA4515
RGB
CMYK
RGB Variations
Color information
#DA4515 (or 0xDA4515) is known color: Harley Davidson Orange. HEX triplet: DA, 45 and 15. RGB value is (218,69,21). Sum of RGB (Red+Green+Blue) = 218+69+21=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4515 is #25BAEA. Grayscale: #6C6C6C. Windows color (decimal): -2472683 or 1394138. OLE color: 1394138.
HSL color Cylindrical-coordinate representation of color #DA4515: hue angle of 14.62º 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 #DA4515 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.15 |
| HSL | 14.62º | 0.82% | 0.47% | - |
| HSV(B) | 14.62º | 0.9% | 0.85% | - |
| XYZ | 31.18 | 19.22 | 2.78 | - |
| YUV | 108.08 | 78.86 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 21 | 0 | 0.68 | 0.90 | 0.15 | 14.62 | 0.82 | 0.47 |
| Hex | DA | 45 | 15 | 0 | 44 | 5A | F | F | 52 | 2F |
| Octal | 332 | 105 | 25 | 0 | 104 | 132 | 17 | 17 | 122 | 57 |
| Binary | 11011010 | 1000101 | 10101 | 0 | 1000100 | 1011010 | 1111 | 1111 | 1010010 | 101111 |
Color Harmonies of #DA4515
Complementary color
Monochromatic Colors of #DA4515
Black with #DA4515
Text Example
Text Example
White with #DA4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4515; }
p { color: rgb(218,69,21); }
H1.HeaderClassName
{
color: #DA4515;
}
.AnyTagClassName
{
color: #DA4515;
}
</style>
background-color css
<style>
a { background-color: #DA4515; }
a { background-color: rgb(218,69,21); }
div.DivClassName
{
background-color: #DA4515;
}
.BgClassName
{
background-color: #DA4515;
}
</style>
border-color css
<style>
span { border-color: #DA4515; }
span { border-color: rgb(218,69,21); }
td.TdClassName
{
border-color: #DA4515;
}
.TagClassName
{
border-color: #DA4515;
}
</style>