Html Css Color HEX #DA260B Harley Davidson Orange
📋 copy color: '#DA260B'red 218 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #DA260B
Tints of Harley Davidson Orange #DA260B
RGB
CMYK
RGB Variations
Color information
#DA260B (or 0xDA260B) is known color: Harley Davidson Orange. HEX triplet: DA, 26 and 0B. RGB value is (218,38,11). Sum of RGB (Red+Green+Blue) = 218+38+11=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA260B is #25D9F4. Grayscale: #595959. Windows color (decimal): -2480629 or 730842. OLE color: 730842.
HSL color Cylindrical-coordinate representation of color #DA260B: hue angle of 7.83º degrees, saturation: 0.9, 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 #DA260B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.15 |
| HSL | 7.83º | 0.9% | 0.45% | - |
| HSV(B) | 7.83º | 0.95% | 0.85% | - |
| XYZ | 29.67 | 16.32 | 1.9 | - |
| YUV | 88.74 | 84.13 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 11 | 0 | 0.83 | 0.95 | 0.15 | 7.83 | 0.9 | 0.45 |
| Hex | DA | 26 | B | 0 | 53 | 5F | F | 8 | 5A | 2D |
| Octal | 332 | 46 | 13 | 0 | 123 | 137 | 17 | 10 | 132 | 55 |
| Binary | 11011010 | 100110 | 1011 | 0 | 1010011 | 1011111 | 1111 | 1000 | 1011010 | 101101 |
Color Harmonies of #DA260B
Complementary color
Monochromatic Colors of #DA260B
Black with #DA260B
Text Example
Text Example
White with #DA260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA260B; }
p { color: rgb(218,38,11); }
H1.HeaderClassName
{
color: #DA260B;
}
.AnyTagClassName
{
color: #DA260B;
}
</style>
background-color css
<style>
a { background-color: #DA260B; }
a { background-color: rgb(218,38,11); }
div.DivClassName
{
background-color: #DA260B;
}
.BgClassName
{
background-color: #DA260B;
}
</style>
border-color css
<style>
span { border-color: #DA260B; }
span { border-color: rgb(218,38,11); }
td.TdClassName
{
border-color: #DA260B;
}
.TagClassName
{
border-color: #DA260B;
}
</style>