Html Css Color HEX #DF2A16 Harley Davidson Orange
📋 copy color: '#DF2A16'red 223 ◦ green 42 ◦ blue 22
Shades of Harley Davidson Orange #DF2A16
Tints of Harley Davidson Orange #DF2A16
RGB
CMYK
RGB Variations
Color information
#DF2A16 (or 0xDF2A16) is known color: Harley Davidson Orange. HEX triplet: DF, 2A and 16. RGB value is (223,42,22). Sum of RGB (Red+Green+Blue) = 223+42+22=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2A16 is #20D5E9. Grayscale: #5E5E5E. Windows color (decimal): -2151914 or 1452767. OLE color: 1452767.
HSL color Cylindrical-coordinate representation of color #DF2A16: hue angle of 5.97º 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 #DF2A16 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 22 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.13 |
| HSL | 5.97º | 0.82% | 0.48% | - |
| HSV(B) | 5.97º | 0.9% | 0.87% | - |
| XYZ | 31.4 | 17.4 | 2.46 | - |
| YUV | 93.84 | 87.47 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 22 | 0 | 0.81 | 0.90 | 0.13 | 5.97 | 0.82 | 0.48 |
| Hex | DF | 2A | 16 | 0 | 51 | 5A | D | 6 | 52 | 30 |
| Octal | 337 | 52 | 26 | 0 | 121 | 132 | 15 | 6 | 122 | 60 |
| Binary | 11011111 | 101010 | 10110 | 0 | 1010001 | 1011010 | 1101 | 110 | 1010010 | 110000 |
Color Harmonies of #DF2A16
Complementary color
Monochromatic Colors of #DF2A16
Black with #DF2A16
Text Example
Text Example
White with #DF2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A16; }
p { color: rgb(223,42,22); }
H1.HeaderClassName
{
color: #DF2A16;
}
.AnyTagClassName
{
color: #DF2A16;
}
</style>
background-color css
<style>
a { background-color: #DF2A16; }
a { background-color: rgb(223,42,22); }
div.DivClassName
{
background-color: #DF2A16;
}
.BgClassName
{
background-color: #DF2A16;
}
</style>
border-color css
<style>
span { border-color: #DF2A16; }
span { border-color: rgb(223,42,22); }
td.TdClassName
{
border-color: #DF2A16;
}
.TagClassName
{
border-color: #DF2A16;
}
</style>