Html Css Color HEX #DA1A0E Harley Davidson Orange
📋 copy color: '#DA1A0E'red 218 ◦ green 26 ◦ blue 14
Shades of Harley Davidson Orange #DA1A0E
Tints of Harley Davidson Orange #DA1A0E
RGB
CMYK
RGB Variations
Color information
#DA1A0E (or 0xDA1A0E) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 0E. RGB value is (218,26,14). Sum of RGB (Red+Green+Blue) = 218+26+14=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A0E is #25E5F1. Grayscale: #525252. Windows color (decimal): -2483698 or 924378. OLE color: 924378.
HSL color Cylindrical-coordinate representation of color #DA1A0E: hue angle of 3.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA1A0E is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 14 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.15 |
| HSL | 3.53º | 0.88% | 0.45% | - |
| HSV(B) | 3.53º | 0.94% | 0.85% | - |
| XYZ | 29.36 | 15.68 | 1.89 | - |
| YUV | 82.04 | 89.61 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 14 | 0 | 0.88 | 0.94 | 0.15 | 3.53 | 0.88 | 0.45 |
| Hex | DA | 1A | E | 0 | 58 | 5E | F | 4 | 58 | 2D |
| Octal | 332 | 32 | 16 | 0 | 130 | 136 | 17 | 4 | 130 | 55 |
| Binary | 11011010 | 11010 | 1110 | 0 | 1011000 | 1011110 | 1111 | 100 | 1011000 | 101101 |
Color Harmonies of #DA1A0E
Complementary color
Monochromatic Colors of #DA1A0E
Black with #DA1A0E
Text Example
Text Example
White with #DA1A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A0E; }
p { color: rgb(218,26,14); }
H1.HeaderClassName
{
color: #DA1A0E;
}
.AnyTagClassName
{
color: #DA1A0E;
}
</style>
background-color css
<style>
a { background-color: #DA1A0E; }
a { background-color: rgb(218,26,14); }
div.DivClassName
{
background-color: #DA1A0E;
}
.BgClassName
{
background-color: #DA1A0E;
}
</style>
border-color css
<style>
span { border-color: #DA1A0E; }
span { border-color: rgb(218,26,14); }
td.TdClassName
{
border-color: #DA1A0E;
}
.TagClassName
{
border-color: #DA1A0E;
}
</style>