Html Css Color HEX #DA220A Harley Davidson Orange
📋 copy color: '#DA220A'red 218 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #DA220A
Tints of Harley Davidson Orange #DA220A
RGB
CMYK
RGB Variations
Color information
#DA220A (or 0xDA220A) is known color: Harley Davidson Orange. HEX triplet: DA, 22 and 0A. RGB value is (218,34,10). Sum of RGB (Red+Green+Blue) = 218+34+10=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA220A is #25DDF5. Grayscale: #565656. Windows color (decimal): -2481654 or 664282. OLE color: 664282.
HSL color Cylindrical-coordinate representation of color #DA220A: hue angle of 6.92º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA220A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 10 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.15 |
| HSL | 6.92º | 0.91% | 0.45% | - |
| HSV(B) | 6.92º | 0.95% | 0.85% | - |
| XYZ | 29.54 | 16.07 | 1.83 | - |
| YUV | 86.28 | 84.96 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 10 | 0 | 0.84 | 0.95 | 0.15 | 6.92 | 0.91 | 0.45 |
| Hex | DA | 22 | A | 0 | 54 | 5F | F | 7 | 5B | 2D |
| Octal | 332 | 42 | 12 | 0 | 124 | 137 | 17 | 7 | 133 | 55 |
| Binary | 11011010 | 100010 | 1010 | 0 | 1010100 | 1011111 | 1111 | 111 | 1011011 | 101101 |
Color Harmonies of #DA220A
Complementary color
Monochromatic Colors of #DA220A
Black with #DA220A
Text Example
Text Example
White with #DA220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA220A; }
p { color: rgb(218,34,10); }
H1.HeaderClassName
{
color: #DA220A;
}
.AnyTagClassName
{
color: #DA220A;
}
</style>
background-color css
<style>
a { background-color: #DA220A; }
a { background-color: rgb(218,34,10); }
div.DivClassName
{
background-color: #DA220A;
}
.BgClassName
{
background-color: #DA220A;
}
</style>
border-color css
<style>
span { border-color: #DA220A; }
span { border-color: rgb(218,34,10); }
td.TdClassName
{
border-color: #DA220A;
}
.TagClassName
{
border-color: #DA220A;
}
</style>