Html Css Color HEX #DF260A Harley Davidson Orange
📋 copy color: '#DF260A'red 223 ◦ green 38 ◦ blue 10
Shades of Harley Davidson Orange #DF260A
Tints of Harley Davidson Orange #DF260A
RGB
CMYK
RGB Variations
Color information
#DF260A (or 0xDF260A) is known color: Harley Davidson Orange. HEX triplet: DF, 26 and 0A. RGB value is (223,38,10). Sum of RGB (Red+Green+Blue) = 223+38+10=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF260A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF260A is #20D9F5. Grayscale: #5A5A5A. Windows color (decimal): -2152950 or 665311. OLE color: 665311.
HSL color Cylindrical-coordinate representation of color #DF260A: hue angle of 7.89º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF260A is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 10 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.13 |
| HSL | 7.89º | 0.91% | 0.46% | - |
| HSV(B) | 7.89º | 0.96% | 0.87% | - |
| XYZ | 31.18 | 17.1 | 1.94 | - |
| YUV | 90.12 | 82.79 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 10 | 0 | 0.83 | 0.96 | 0.13 | 7.89 | 0.91 | 0.46 |
| Hex | DF | 26 | A | 0 | 53 | 60 | D | 8 | 5B | 2E |
| Octal | 337 | 46 | 12 | 0 | 123 | 140 | 15 | 10 | 133 | 56 |
| Binary | 11011111 | 100110 | 1010 | 0 | 1010011 | 1100000 | 1101 | 1000 | 1011011 | 101110 |
Color Harmonies of #DF260A
Complementary color
Monochromatic Colors of #DF260A
Black with #DF260A
Text Example
Text Example
White with #DF260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF260A; }
p { color: rgb(223,38,10); }
H1.HeaderClassName
{
color: #DF260A;
}
.AnyTagClassName
{
color: #DF260A;
}
</style>
background-color css
<style>
a { background-color: #DF260A; }
a { background-color: rgb(223,38,10); }
div.DivClassName
{
background-color: #DF260A;
}
.BgClassName
{
background-color: #DF260A;
}
</style>
border-color css
<style>
span { border-color: #DF260A; }
span { border-color: rgb(223,38,10); }
td.TdClassName
{
border-color: #DF260A;
}
.TagClassName
{
border-color: #DF260A;
}
</style>