Html Css Color HEX #DA260A Harley Davidson Orange
📋 copy color: '#DA260A'red 218 ◦ green 38 ◦ blue 10
Shades of Harley Davidson Orange #DA260A
Tints of Harley Davidson Orange #DA260A
RGB
CMYK
RGB Variations
Color information
#DA260A (or 0xDA260A) is known color: Harley Davidson Orange. HEX triplet: DA, 26 and 0A. RGB value is (218,38,10). Sum of RGB (Red+Green+Blue) = 218+38+10=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA260A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA260A is #25D9F5. Grayscale: #585858. Windows color (decimal): -2480630 or 665306. OLE color: 665306.
HSL color Cylindrical-coordinate representation of color #DA260A: hue angle of 8.08º 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 #DA260A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.15 |
| HSL | 8.08º | 0.91% | 0.45% | - |
| HSV(B) | 8.08º | 0.95% | 0.85% | - |
| XYZ | 29.66 | 16.31 | 1.87 | - |
| YUV | 88.63 | 83.63 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 10 | 0 | 0.83 | 0.95 | 0.15 | 8.08 | 0.91 | 0.45 |
| Hex | DA | 26 | A | 0 | 53 | 5F | F | 8 | 5B | 2D |
| Octal | 332 | 46 | 12 | 0 | 123 | 137 | 17 | 10 | 133 | 55 |
| Binary | 11011010 | 100110 | 1010 | 0 | 1010011 | 1011111 | 1111 | 1000 | 1011011 | 101101 |
Color Harmonies of #DA260A
Complementary color
Monochromatic Colors of #DA260A
Black with #DA260A
Text Example
Text Example
White with #DA260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA260A; }
p { color: rgb(218,38,10); }
H1.HeaderClassName
{
color: #DA260A;
}
.AnyTagClassName
{
color: #DA260A;
}
</style>
background-color css
<style>
a { background-color: #DA260A; }
a { background-color: rgb(218,38,10); }
div.DivClassName
{
background-color: #DA260A;
}
.BgClassName
{
background-color: #DA260A;
}
</style>
border-color css
<style>
span { border-color: #DA260A; }
span { border-color: rgb(218,38,10); }
td.TdClassName
{
border-color: #DA260A;
}
.TagClassName
{
border-color: #DA260A;
}
</style>