Html Css Color HEX #DA2A0E Harley Davidson Orange
📋 copy color: '#DA2A0E'red 218 ◦ green 42 ◦ blue 14
Shades of Harley Davidson Orange #DA2A0E
Tints of Harley Davidson Orange #DA2A0E
RGB
CMYK
RGB Variations
Color information
#DA2A0E (or 0xDA2A0E) is known color: Harley Davidson Orange. HEX triplet: DA, 2A and 0E. RGB value is (218,42,14). Sum of RGB (Red+Green+Blue) = 218+42+14=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2A0E is #25D5F1. Grayscale: #5B5B5B. Windows color (decimal): -2479602 or 928474. OLE color: 928474.
HSL color Cylindrical-coordinate representation of color #DA2A0E: hue angle of 8.24º 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 #DA2A0E is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 14 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.15 |
| HSL | 8.24º | 0.88% | 0.45% | - |
| HSV(B) | 8.24º | 0.94% | 0.85% | - |
| XYZ | 29.82 | 16.59 | 2.05 | - |
| YUV | 91.43 | 84.31 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 14 | 0 | 0.81 | 0.94 | 0.15 | 8.24 | 0.88 | 0.45 |
| Hex | DA | 2A | E | 0 | 51 | 5E | F | 8 | 58 | 2D |
| Octal | 332 | 52 | 16 | 0 | 121 | 136 | 17 | 10 | 130 | 55 |
| Binary | 11011010 | 101010 | 1110 | 0 | 1010001 | 1011110 | 1111 | 1000 | 1011000 | 101101 |
Color Harmonies of #DA2A0E
Complementary color
Monochromatic Colors of #DA2A0E
Black with #DA2A0E
Text Example
Text Example
White with #DA2A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A0E; }
p { color: rgb(218,42,14); }
H1.HeaderClassName
{
color: #DA2A0E;
}
.AnyTagClassName
{
color: #DA2A0E;
}
</style>
background-color css
<style>
a { background-color: #DA2A0E; }
a { background-color: rgb(218,42,14); }
div.DivClassName
{
background-color: #DA2A0E;
}
.BgClassName
{
background-color: #DA2A0E;
}
</style>
border-color css
<style>
span { border-color: #DA2A0E; }
span { border-color: rgb(218,42,14); }
td.TdClassName
{
border-color: #DA2A0E;
}
.TagClassName
{
border-color: #DA2A0E;
}
</style>