Html Css Color HEX #DF1C10 Harley Davidson Orange
📋 copy color: '#DF1C10'red 223 ◦ green 28 ◦ blue 16
Shades of Harley Davidson Orange #DF1C10
Tints of Harley Davidson Orange #DF1C10
RGB
CMYK
RGB Variations
Color information
#DF1C10 (or 0xDF1C10) is known color: Harley Davidson Orange. HEX triplet: DF, 1C and 10. RGB value is (223,28,16). Sum of RGB (Red+Green+Blue) = 223+28+16=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1C10 is #20E3EF. Grayscale: #555555. Windows color (decimal): -2155504 or 1055967. OLE color: 1055967.
HSL color Cylindrical-coordinate representation of color #DF1C10: hue angle of 3.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1C10 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 28 | 16 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.13 |
| HSL | 3.48º | 0.87% | 0.47% | - |
| HSV(B) | 3.48º | 0.93% | 0.87% | - |
| XYZ | 30.94 | 16.56 | 2.06 | - |
| YUV | 84.94 | 89.1 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 16 | 0 | 0.87 | 0.93 | 0.13 | 3.48 | 0.87 | 0.47 |
| Hex | DF | 1C | 10 | 0 | 57 | 5D | D | 3 | 57 | 2F |
| Octal | 337 | 34 | 20 | 0 | 127 | 135 | 15 | 3 | 127 | 57 |
| Binary | 11011111 | 11100 | 10000 | 0 | 1010111 | 1011101 | 1101 | 11 | 1010111 | 101111 |
Color Harmonies of #DF1C10
Complementary color
Monochromatic Colors of #DF1C10
Black with #DF1C10
Text Example
Text Example
White with #DF1C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1C10; }
p { color: rgb(223,28,16); }
H1.HeaderClassName
{
color: #DF1C10;
}
.AnyTagClassName
{
color: #DF1C10;
}
</style>
background-color css
<style>
a { background-color: #DF1C10; }
a { background-color: rgb(223,28,16); }
div.DivClassName
{
background-color: #DF1C10;
}
.BgClassName
{
background-color: #DF1C10;
}
</style>
border-color css
<style>
span { border-color: #DF1C10; }
span { border-color: rgb(223,28,16); }
td.TdClassName
{
border-color: #DF1C10;
}
.TagClassName
{
border-color: #DF1C10;
}
</style>