Html Css Color HEX #DC260A Harley Davidson Orange
📋 copy color: '#DC260A'red 220 ◦ green 38 ◦ blue 10
Shades of Harley Davidson Orange #DC260A
Tints of Harley Davidson Orange #DC260A
RGB
CMYK
RGB Variations
Color information
#DC260A (or 0xDC260A) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 0A. RGB value is (220,38,10). Sum of RGB (Red+Green+Blue) = 220+38+10=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC260A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC260A is #23D9F5. Grayscale: #595959. Windows color (decimal): -2349558 or 665308. OLE color: 665308.
HSL color Cylindrical-coordinate representation of color #DC260A: hue angle of 8º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC260A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.14 |
| HSL | 8º | 0.91% | 0.45% | - |
| HSV(B) | 8º | 0.95% | 0.86% | - |
| XYZ | 30.26 | 16.62 | 1.9 | - |
| YUV | 89.23 | 83.3 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 10 | 0 | 0.83 | 0.95 | 0.14 | 8 | 0.91 | 0.45 |
| Hex | DC | 26 | A | 0 | 53 | 5F | E | 8 | 5B | 2D |
| Octal | 334 | 46 | 12 | 0 | 123 | 137 | 16 | 10 | 133 | 55 |
| Binary | 11011100 | 100110 | 1010 | 0 | 1010011 | 1011111 | 1110 | 1000 | 1011011 | 101101 |
Color Harmonies of #DC260A
Complementary color
Monochromatic Colors of #DC260A
Black with #DC260A
Text Example
Text Example
White with #DC260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC260A; }
p { color: rgb(220,38,10); }
H1.HeaderClassName
{
color: #DC260A;
}
.AnyTagClassName
{
color: #DC260A;
}
</style>
background-color css
<style>
a { background-color: #DC260A; }
a { background-color: rgb(220,38,10); }
div.DivClassName
{
background-color: #DC260A;
}
.BgClassName
{
background-color: #DC260A;
}
</style>
border-color css
<style>
span { border-color: #DC260A; }
span { border-color: rgb(220,38,10); }
td.TdClassName
{
border-color: #DC260A;
}
.TagClassName
{
border-color: #DC260A;
}
</style>