Html Css Color HEX #DA1A0D Harley Davidson Orange
📋 copy color: '#DA1A0D'red 218 ◦ green 26 ◦ blue 13
Shades of Harley Davidson Orange #DA1A0D
Tints of Harley Davidson Orange #DA1A0D
RGB
CMYK
RGB Variations
Color information
#DA1A0D (or 0xDA1A0D) is known color: Harley Davidson Orange. HEX triplet: DA, 1A and 0D. RGB value is (218,26,13). Sum of RGB (Red+Green+Blue) = 218+26+13=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1A0D is #25E5F2. Grayscale: #525252. Windows color (decimal): -2483699 or 858842. OLE color: 858842.
HSL color Cylindrical-coordinate representation of color #DA1A0D: hue angle of 3.8º degrees, saturation: 0.89, 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 #DA1A0D is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 13 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.15 |
| HSL | 3.8º | 0.89% | 0.45% | - |
| HSV(B) | 3.8º | 0.94% | 0.85% | - |
| XYZ | 29.36 | 15.67 | 1.86 | - |
| YUV | 81.93 | 89.11 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 13 | 0 | 0.88 | 0.94 | 0.15 | 3.8 | 0.89 | 0.45 |
| Hex | DA | 1A | D | 0 | 58 | 5E | F | 4 | 59 | 2D |
| Octal | 332 | 32 | 15 | 0 | 130 | 136 | 17 | 4 | 131 | 55 |
| Binary | 11011010 | 11010 | 1101 | 0 | 1011000 | 1011110 | 1111 | 100 | 1011001 | 101101 |
Color Harmonies of #DA1A0D
Complementary color
Monochromatic Colors of #DA1A0D
Black with #DA1A0D
Text Example
Text Example
White with #DA1A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1A0D; }
p { color: rgb(218,26,13); }
H1.HeaderClassName
{
color: #DA1A0D;
}
.AnyTagClassName
{
color: #DA1A0D;
}
</style>
background-color css
<style>
a { background-color: #DA1A0D; }
a { background-color: rgb(218,26,13); }
div.DivClassName
{
background-color: #DA1A0D;
}
.BgClassName
{
background-color: #DA1A0D;
}
</style>
border-color css
<style>
span { border-color: #DA1A0D; }
span { border-color: rgb(218,26,13); }
td.TdClassName
{
border-color: #DA1A0D;
}
.TagClassName
{
border-color: #DA1A0D;
}
</style>