Html Css Color HEX #DF2916 Harley Davidson Orange
📋 copy color: '#DF2916'red 223 ◦ green 41 ◦ blue 22
Shades of Harley Davidson Orange #DF2916
Tints of Harley Davidson Orange #DF2916
RGB
CMYK
RGB Variations
Color information
#DF2916 (or 0xDF2916) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 16. RGB value is (223,41,22). Sum of RGB (Red+Green+Blue) = 223+41+22=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2916 is #20D6E9. Grayscale: #5D5D5D. Windows color (decimal): -2152170 or 1452511. OLE color: 1452511.
HSL color Cylindrical-coordinate representation of color #DF2916: hue angle of 5.67º 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 #DF2916 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 22 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.13 |
| HSL | 5.67º | 0.82% | 0.48% | - |
| HSV(B) | 5.67º | 0.9% | 0.87% | - |
| XYZ | 31.37 | 17.33 | 2.45 | - |
| YUV | 93.25 | 87.8 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 22 | 0 | 0.82 | 0.90 | 0.13 | 5.67 | 0.82 | 0.48 |
| Hex | DF | 29 | 16 | 0 | 52 | 5A | D | 6 | 52 | 30 |
| Octal | 337 | 51 | 26 | 0 | 122 | 132 | 15 | 6 | 122 | 60 |
| Binary | 11011111 | 101001 | 10110 | 0 | 1010010 | 1011010 | 1101 | 110 | 1010010 | 110000 |
Color Harmonies of #DF2916
Complementary color
Monochromatic Colors of #DF2916
Black with #DF2916
Text Example
Text Example
White with #DF2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2916; }
p { color: rgb(223,41,22); }
H1.HeaderClassName
{
color: #DF2916;
}
.AnyTagClassName
{
color: #DF2916;
}
</style>
background-color css
<style>
a { background-color: #DF2916; }
a { background-color: rgb(223,41,22); }
div.DivClassName
{
background-color: #DF2916;
}
.BgClassName
{
background-color: #DF2916;
}
</style>
border-color css
<style>
span { border-color: #DF2916; }
span { border-color: rgb(223,41,22); }
td.TdClassName
{
border-color: #DF2916;
}
.TagClassName
{
border-color: #DF2916;
}
</style>