Html Css Color HEX #DD170C Harley Davidson Orange
📋 copy color: '#DD170C'red 221 ◦ green 23 ◦ blue 12
Shades of Harley Davidson Orange #DD170C
Tints of Harley Davidson Orange #DD170C
RGB
CMYK
RGB Variations
Color information
#DD170C (or 0xDD170C) is known color: Harley Davidson Orange. HEX triplet: DD, 17 and 0C. RGB value is (221,23,12). Sum of RGB (Red+Green+Blue) = 221+23+12=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD170C is #22E8F3. Grayscale: #515151. Windows color (decimal): -2287860 or 792541. OLE color: 792541.
HSL color Cylindrical-coordinate representation of color #DD170C: hue angle of 3.16º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD170C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.13 |
| HSL | 3.16º | 0.9% | 0.46% | - |
| HSV(B) | 3.16º | 0.95% | 0.87% | - |
| XYZ | 30.19 | 16.01 | 1.85 | - |
| YUV | 80.95 | 89.1 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 12 | 0 | 0.90 | 0.95 | 0.13 | 3.16 | 0.9 | 0.46 |
| Hex | DD | 17 | C | 0 | 5A | 5F | D | 3 | 5A | 2E |
| Octal | 335 | 27 | 14 | 0 | 132 | 137 | 15 | 3 | 132 | 56 |
| Binary | 11011101 | 10111 | 1100 | 0 | 1011010 | 1011111 | 1101 | 11 | 1011010 | 101110 |
Color Harmonies of #DD170C
Complementary color
Monochromatic Colors of #DD170C
Black with #DD170C
Text Example
Text Example
White with #DD170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD170C; }
p { color: rgb(221,23,12); }
H1.HeaderClassName
{
color: #DD170C;
}
.AnyTagClassName
{
color: #DD170C;
}
</style>
background-color css
<style>
a { background-color: #DD170C; }
a { background-color: rgb(221,23,12); }
div.DivClassName
{
background-color: #DD170C;
}
.BgClassName
{
background-color: #DD170C;
}
</style>
border-color css
<style>
span { border-color: #DD170C; }
span { border-color: rgb(221,23,12); }
td.TdClassName
{
border-color: #DD170C;
}
.TagClassName
{
border-color: #DD170C;
}
</style>