Html Css Color HEX #DC170C Harley Davidson Orange
📋 copy color: '#DC170C'red 220 ◦ green 23 ◦ blue 12
Shades of Harley Davidson Orange #DC170C
Tints of Harley Davidson Orange #DC170C
RGB
CMYK
RGB Variations
Color information
#DC170C (or 0xDC170C) is known color: Harley Davidson Orange. HEX triplet: DC, 17 and 0C. RGB value is (220,23,12). Sum of RGB (Red+Green+Blue) = 220+23+12=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC170C is #23E8F3. Grayscale: #505050. Windows color (decimal): -2353396 or 792540. OLE color: 792540.
HSL color Cylindrical-coordinate representation of color #DC170C: hue angle of 3.17º degrees, saturation: 0.9, 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 #DC170C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.14 |
| HSL | 3.17º | 0.9% | 0.45% | - |
| HSV(B) | 3.17º | 0.95% | 0.86% | - |
| XYZ | 29.89 | 15.85 | 1.83 | - |
| YUV | 80.65 | 89.27 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 12 | 0 | 0.90 | 0.95 | 0.14 | 3.17 | 0.9 | 0.45 |
| Hex | DC | 17 | C | 0 | 5A | 5F | E | 3 | 5A | 2D |
| Octal | 334 | 27 | 14 | 0 | 132 | 137 | 16 | 3 | 132 | 55 |
| Binary | 11011100 | 10111 | 1100 | 0 | 1011010 | 1011111 | 1110 | 11 | 1011010 | 101101 |
Color Harmonies of #DC170C
Complementary color
Monochromatic Colors of #DC170C
Black with #DC170C
Text Example
Text Example
White with #DC170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC170C; }
p { color: rgb(220,23,12); }
H1.HeaderClassName
{
color: #DC170C;
}
.AnyTagClassName
{
color: #DC170C;
}
</style>
background-color css
<style>
a { background-color: #DC170C; }
a { background-color: rgb(220,23,12); }
div.DivClassName
{
background-color: #DC170C;
}
.BgClassName
{
background-color: #DC170C;
}
</style>
border-color css
<style>
span { border-color: #DC170C; }
span { border-color: rgb(220,23,12); }
td.TdClassName
{
border-color: #DC170C;
}
.TagClassName
{
border-color: #DC170C;
}
</style>