Html Css Color HEX #DF1610 Harley Davidson Orange
📋 copy color: '#DF1610'red 223 ◦ green 22 ◦ blue 16
Shades of Harley Davidson Orange #DF1610
Tints of Harley Davidson Orange #DF1610
RGB
CMYK
RGB Variations
Color information
#DF1610 (or 0xDF1610) is known color: Harley Davidson Orange. HEX triplet: DF, 16 and 10. RGB value is (223,22,16). Sum of RGB (Red+Green+Blue) = 223+22+16=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1610 is #20E9EF. Grayscale: #515151. Windows color (decimal): -2157040 or 1054431. OLE color: 1054431.
HSL color Cylindrical-coordinate representation of color #DF1610: hue angle of 1.74º 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 #DF1610 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.13 |
| HSL | 1.74º | 0.87% | 0.47% | - |
| HSV(B) | 1.74º | 0.93% | 0.87% | - |
| XYZ | 30.81 | 16.3 | 2.01 | - |
| YUV | 81.42 | 91.09 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 16 | 0 | 0.90 | 0.93 | 0.13 | 1.74 | 0.87 | 0.47 |
| Hex | DF | 16 | 10 | 0 | 5A | 5D | D | 2 | 57 | 2F |
| Octal | 337 | 26 | 20 | 0 | 132 | 135 | 15 | 2 | 127 | 57 |
| Binary | 11011111 | 10110 | 10000 | 0 | 1011010 | 1011101 | 1101 | 10 | 1010111 | 101111 |
Color Harmonies of #DF1610
Complementary color
Monochromatic Colors of #DF1610
Black with #DF1610
Text Example
Text Example
White with #DF1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1610; }
p { color: rgb(223,22,16); }
H1.HeaderClassName
{
color: #DF1610;
}
.AnyTagClassName
{
color: #DF1610;
}
</style>
background-color css
<style>
a { background-color: #DF1610; }
a { background-color: rgb(223,22,16); }
div.DivClassName
{
background-color: #DF1610;
}
.BgClassName
{
background-color: #DF1610;
}
</style>
border-color css
<style>
span { border-color: #DF1610; }
span { border-color: rgb(223,22,16); }
td.TdClassName
{
border-color: #DF1610;
}
.TagClassName
{
border-color: #DF1610;
}
</style>