Html Css Color HEX #DC410A Harley Davidson Orange
📋 copy color: '#DC410A'red 220 ◦ green 65 ◦ blue 10
Shades of Harley Davidson Orange #DC410A
Tints of Harley Davidson Orange #DC410A
RGB
CMYK
RGB Variations
Color information
#DC410A (or 0xDC410A) is known color: Harley Davidson Orange. HEX triplet: DC, 41 and 0A. RGB value is (220,65,10). Sum of RGB (Red+Green+Blue) = 220+65+10=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC410A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC410A is #23BEF5. Grayscale: #696969. Windows color (decimal): -2342646 or 672220. OLE color: 672220.
HSL color Cylindrical-coordinate representation of color #DC410A: hue angle of 15.71º 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 #DC410A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.14 |
| HSL | 15.71º | 0.91% | 0.45% | - |
| HSV(B) | 15.71º | 0.95% | 0.86% | - |
| XYZ | 31.46 | 19.02 | 2.3 | - |
| YUV | 105.08 | 74.35 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 10 | 0 | 0.70 | 0.95 | 0.14 | 15.71 | 0.91 | 0.45 |
| Hex | DC | 41 | A | 0 | 46 | 5F | E | 10 | 5B | 2D |
| Octal | 334 | 101 | 12 | 0 | 106 | 137 | 16 | 20 | 133 | 55 |
| Binary | 11011100 | 1000001 | 1010 | 0 | 1000110 | 1011111 | 1110 | 10000 | 1011011 | 101101 |
Color Harmonies of #DC410A
Complementary color
Monochromatic Colors of #DC410A
Black with #DC410A
Text Example
Text Example
White with #DC410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC410A; }
p { color: rgb(220,65,10); }
H1.HeaderClassName
{
color: #DC410A;
}
.AnyTagClassName
{
color: #DC410A;
}
</style>
background-color css
<style>
a { background-color: #DC410A; }
a { background-color: rgb(220,65,10); }
div.DivClassName
{
background-color: #DC410A;
}
.BgClassName
{
background-color: #DC410A;
}
</style>
border-color css
<style>
span { border-color: #DC410A; }
span { border-color: rgb(220,65,10); }
td.TdClassName
{
border-color: #DC410A;
}
.TagClassName
{
border-color: #DC410A;
}
</style>