Html Css Color HEX #DF1616 Harley Davidson Orange
📋 copy color: '#DF1616'red 223 ◦ green 22 ◦ blue 22
Shades of Harley Davidson Orange #DF1616
Tints of Harley Davidson Orange #DF1616
RGB
CMYK
RGB Variations
Color information
#DF1616 (or 0xDF1616) is known color: Harley Davidson Orange. HEX triplet: DF, 16 and 16. RGB value is (223,22,22). Sum of RGB (Red+Green+Blue) = 223+22+22=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1616 is #20E9E9. Grayscale: #525252. Windows color (decimal): -2157034 or 1447647. OLE color: 1447647.
HSL color Cylindrical-coordinate representation of color #DF1616: hue angle of 0º 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 #DF1616 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 22 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.13 |
| HSL | 0º | 0.82% | 0.48% | - |
| HSV(B) | 0º | 0.9% | 0.87% | - |
| XYZ | 30.86 | 16.32 | 2.28 | - |
| YUV | 82.1 | 94.09 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 22 | 0 | 0.90 | 0.90 | 0.13 | 0 | 0.82 | 0.48 |
| Hex | DF | 16 | 16 | 0 | 5A | 5A | D | 0 | 52 | 30 |
| Octal | 337 | 26 | 26 | 0 | 132 | 132 | 15 | 0 | 122 | 60 |
| Binary | 11011111 | 10110 | 10110 | 0 | 1011010 | 1011010 | 1101 | 0 | 1010010 | 110000 |
Color Harmonies of #DF1616
Complementary color
Monochromatic Colors of #DF1616
Black with #DF1616
Text Example
Text Example
White with #DF1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1616; }
p { color: rgb(223,22,22); }
H1.HeaderClassName
{
color: #DF1616;
}
.AnyTagClassName
{
color: #DF1616;
}
</style>
background-color css
<style>
a { background-color: #DF1616; }
a { background-color: rgb(223,22,22); }
div.DivClassName
{
background-color: #DF1616;
}
.BgClassName
{
background-color: #DF1616;
}
</style>
border-color css
<style>
span { border-color: #DF1616; }
span { border-color: rgb(223,22,22); }
td.TdClassName
{
border-color: #DF1616;
}
.TagClassName
{
border-color: #DF1616;
}
</style>