Html Css Color HEX #DF1910 Harley Davidson Orange
📋 copy color: '#DF1910'red 223 ◦ green 25 ◦ blue 16
Shades of Harley Davidson Orange #DF1910
Tints of Harley Davidson Orange #DF1910
RGB
CMYK
RGB Variations
Color information
#DF1910 (or 0xDF1910) is known color: Harley Davidson Orange. HEX triplet: DF, 19 and 10. RGB value is (223,25,16). Sum of RGB (Red+Green+Blue) = 223+25+16=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1910 is #20E6EF. Grayscale: #535353. Windows color (decimal): -2156272 or 1055199. OLE color: 1055199.
HSL color Cylindrical-coordinate representation of color #DF1910: hue angle of 2.61º 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 #DF1910 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 16 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.13 |
| HSL | 2.61º | 0.87% | 0.47% | - |
| HSV(B) | 2.61º | 0.93% | 0.87% | - |
| XYZ | 30.87 | 16.42 | 2.03 | - |
| YUV | 83.18 | 90.1 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 16 | 0 | 0.89 | 0.93 | 0.13 | 2.61 | 0.87 | 0.47 |
| Hex | DF | 19 | 10 | 0 | 59 | 5D | D | 3 | 57 | 2F |
| Octal | 337 | 31 | 20 | 0 | 131 | 135 | 15 | 3 | 127 | 57 |
| Binary | 11011111 | 11001 | 10000 | 0 | 1011001 | 1011101 | 1101 | 11 | 1010111 | 101111 |
Color Harmonies of #DF1910
Complementary color
Monochromatic Colors of #DF1910
Black with #DF1910
Text Example
Text Example
White with #DF1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1910; }
p { color: rgb(223,25,16); }
H1.HeaderClassName
{
color: #DF1910;
}
.AnyTagClassName
{
color: #DF1910;
}
</style>
background-color css
<style>
a { background-color: #DF1910; }
a { background-color: rgb(223,25,16); }
div.DivClassName
{
background-color: #DF1910;
}
.BgClassName
{
background-color: #DF1910;
}
</style>
border-color css
<style>
span { border-color: #DF1910; }
span { border-color: rgb(223,25,16); }
td.TdClassName
{
border-color: #DF1910;
}
.TagClassName
{
border-color: #DF1910;
}
</style>