Html Css Color HEX #DA280E Harley Davidson Orange
📋 copy color: '#DA280E'red 218 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #DA280E
Tints of Harley Davidson Orange #DA280E
RGB
CMYK
RGB Variations
Color information
#DA280E (or 0xDA280E) is known color: Harley Davidson Orange. HEX triplet: DA, 28 and 0E. RGB value is (218,40,14). Sum of RGB (Red+Green+Blue) = 218+40+14=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA280E is #25D7F1. Grayscale: #5A5A5A. Windows color (decimal): -2480114 or 927962. OLE color: 927962.
HSL color Cylindrical-coordinate representation of color #DA280E: hue angle of 7.65º 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 #DA280E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.15 |
| HSL | 7.65º | 0.88% | 0.45% | - |
| HSV(B) | 7.65º | 0.94% | 0.85% | - |
| XYZ | 29.75 | 16.45 | 2.02 | - |
| YUV | 90.26 | 84.97 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 14 | 0 | 0.82 | 0.94 | 0.15 | 7.65 | 0.88 | 0.45 |
| Hex | DA | 28 | E | 0 | 52 | 5E | F | 8 | 58 | 2D |
| Octal | 332 | 50 | 16 | 0 | 122 | 136 | 17 | 10 | 130 | 55 |
| Binary | 11011010 | 101000 | 1110 | 0 | 1010010 | 1011110 | 1111 | 1000 | 1011000 | 101101 |
Color Harmonies of #DA280E
Complementary color
Monochromatic Colors of #DA280E
Black with #DA280E
Text Example
Text Example
White with #DA280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA280E; }
p { color: rgb(218,40,14); }
H1.HeaderClassName
{
color: #DA280E;
}
.AnyTagClassName
{
color: #DA280E;
}
</style>
background-color css
<style>
a { background-color: #DA280E; }
a { background-color: rgb(218,40,14); }
div.DivClassName
{
background-color: #DA280E;
}
.BgClassName
{
background-color: #DA280E;
}
</style>
border-color css
<style>
span { border-color: #DA280E; }
span { border-color: rgb(218,40,14); }
td.TdClassName
{
border-color: #DA280E;
}
.TagClassName
{
border-color: #DA280E;
}
</style>