Html Css Color HEX #DF2C16 Harley Davidson Orange
📋 copy color: '#DF2C16'red 223 ◦ green 44 ◦ blue 22
Shades of Harley Davidson Orange #DF2C16
Tints of Harley Davidson Orange #DF2C16
RGB
CMYK
RGB Variations
Color information
#DF2C16 (or 0xDF2C16) is known color: Harley Davidson Orange. HEX triplet: DF, 2C and 16. RGB value is (223,44,22). Sum of RGB (Red+Green+Blue) = 223+44+22=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2C16 is #20D3E9. Grayscale: #5F5F5F. Windows color (decimal): -2151402 or 1453279. OLE color: 1453279.
HSL color Cylindrical-coordinate representation of color #DF2C16: hue angle of 6.57º 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 #DF2C16 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 22 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.13 |
| HSL | 6.57º | 0.82% | 0.48% | - |
| HSV(B) | 6.57º | 0.9% | 0.87% | - |
| XYZ | 31.48 | 17.55 | 2.49 | - |
| YUV | 95.01 | 86.8 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 22 | 0 | 0.80 | 0.90 | 0.13 | 6.57 | 0.82 | 0.48 |
| Hex | DF | 2C | 16 | 0 | 50 | 5A | D | 7 | 52 | 30 |
| Octal | 337 | 54 | 26 | 0 | 120 | 132 | 15 | 7 | 122 | 60 |
| Binary | 11011111 | 101100 | 10110 | 0 | 1010000 | 1011010 | 1101 | 111 | 1010010 | 110000 |
Color Harmonies of #DF2C16
Complementary color
Monochromatic Colors of #DF2C16
Black with #DF2C16
Text Example
Text Example
White with #DF2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C16; }
p { color: rgb(223,44,22); }
H1.HeaderClassName
{
color: #DF2C16;
}
.AnyTagClassName
{
color: #DF2C16;
}
</style>
background-color css
<style>
a { background-color: #DF2C16; }
a { background-color: rgb(223,44,22); }
div.DivClassName
{
background-color: #DF2C16;
}
.BgClassName
{
background-color: #DF2C16;
}
</style>
border-color css
<style>
span { border-color: #DF2C16; }
span { border-color: rgb(223,44,22); }
td.TdClassName
{
border-color: #DF2C16;
}
.TagClassName
{
border-color: #DF2C16;
}
</style>