Html Css Color HEX #DF1716 Harley Davidson Orange
📋 copy color: '#DF1716'red 223 ◦ green 23 ◦ blue 22
Shades of Harley Davidson Orange #DF1716
Tints of Harley Davidson Orange #DF1716
RGB
CMYK
RGB Variations
Color information
#DF1716 (or 0xDF1716) is known color: Harley Davidson Orange. HEX triplet: DF, 17 and 16. RGB value is (223,23,22). Sum of RGB (Red+Green+Blue) = 223+23+22=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1716 is #20E8E9. Grayscale: #525252. Windows color (decimal): -2156778 or 1447903. OLE color: 1447903.
HSL color Cylindrical-coordinate representation of color #DF1716: hue angle of 0.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF1716 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 22 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.13 |
| HSL | 0.3º | 0.82% | 0.48% | - |
| HSV(B) | 0.3º | 0.9% | 0.87% | - |
| XYZ | 30.88 | 16.36 | 2.29 | - |
| YUV | 82.69 | 93.76 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 22 | 0 | 0.90 | 0.90 | 0.13 | 0.3 | 0.82 | 0.48 |
| Hex | DF | 17 | 16 | 0 | 5A | 5A | D | 0 | 52 | 30 |
| Octal | 337 | 27 | 26 | 0 | 132 | 132 | 15 | 0 | 122 | 60 |
| Binary | 11011111 | 10111 | 10110 | 0 | 1011010 | 1011010 | 1101 | 0 | 1010010 | 110000 |
Color Harmonies of #DF1716
Complementary color
Monochromatic Colors of #DF1716
Black with #DF1716
Text Example
Text Example
White with #DF1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1716; }
p { color: rgb(223,23,22); }
H1.HeaderClassName
{
color: #DF1716;
}
.AnyTagClassName
{
color: #DF1716;
}
</style>
background-color css
<style>
a { background-color: #DF1716; }
a { background-color: rgb(223,23,22); }
div.DivClassName
{
background-color: #DF1716;
}
.BgClassName
{
background-color: #DF1716;
}
</style>
border-color css
<style>
span { border-color: #DF1716; }
span { border-color: rgb(223,23,22); }
td.TdClassName
{
border-color: #DF1716;
}
.TagClassName
{
border-color: #DF1716;
}
</style>