Html Css Color HEX #DC170A Harley Davidson Orange
📋 copy color: '#DC170A'red 220 ◦ green 23 ◦ blue 10
Shades of Harley Davidson Orange #DC170A
Tints of Harley Davidson Orange #DC170A
RGB
CMYK
RGB Variations
Color information
#DC170A (or 0xDC170A) is known color: Harley Davidson Orange. HEX triplet: DC, 17 and 0A. RGB value is (220,23,10). Sum of RGB (Red+Green+Blue) = 220+23+10=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC170A is #23E8F5. Grayscale: #505050. Windows color (decimal): -2353398 or 661468. OLE color: 661468.
HSL color Cylindrical-coordinate representation of color #DC170A: hue angle of 3.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 #DC170A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 10 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.14 |
| HSL | 3.71º | 0.91% | 0.45% | - |
| HSV(B) | 3.71º | 0.95% | 0.86% | - |
| XYZ | 29.88 | 15.85 | 1.77 | - |
| YUV | 80.42 | 88.27 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 10 | 0 | 0.90 | 0.95 | 0.14 | 3.71 | 0.91 | 0.45 |
| Hex | DC | 17 | A | 0 | 5A | 5F | E | 4 | 5B | 2D |
| Octal | 334 | 27 | 12 | 0 | 132 | 137 | 16 | 4 | 133 | 55 |
| Binary | 11011100 | 10111 | 1010 | 0 | 1011010 | 1011111 | 1110 | 100 | 1011011 | 101101 |
Color Harmonies of #DC170A
Complementary color
Monochromatic Colors of #DC170A
Black with #DC170A
Text Example
Text Example
White with #DC170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC170A; }
p { color: rgb(220,23,10); }
H1.HeaderClassName
{
color: #DC170A;
}
.AnyTagClassName
{
color: #DC170A;
}
</style>
background-color css
<style>
a { background-color: #DC170A; }
a { background-color: rgb(220,23,10); }
div.DivClassName
{
background-color: #DC170A;
}
.BgClassName
{
background-color: #DC170A;
}
</style>
border-color css
<style>
span { border-color: #DC170A; }
span { border-color: rgb(220,23,10); }
td.TdClassName
{
border-color: #DC170A;
}
.TagClassName
{
border-color: #DC170A;
}
</style>