Html Css Color HEX #DF2917 Harley Davidson Orange
📋 copy color: '#DF2917'red 223 ◦ green 41 ◦ blue 23
Shades of Harley Davidson Orange #DF2917
Tints of Harley Davidson Orange #DF2917
RGB
CMYK
RGB Variations
Color information
#DF2917 (or 0xDF2917) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 17. RGB value is (223,41,23). Sum of RGB (Red+Green+Blue) = 223+41+23=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2917 is #20D6E8. Grayscale: #5D5D5D. Windows color (decimal): -2152169 or 1518047. OLE color: 1518047.
HSL color Cylindrical-coordinate representation of color #DF2917: hue angle of 5.4º degrees, saturation: 0.81, 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 #DF2917 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 23 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.13 |
| HSL | 5.4º | 0.81% | 0.48% | - |
| HSV(B) | 5.4º | 0.9% | 0.87% | - |
| XYZ | 31.38 | 17.34 | 2.5 | - |
| YUV | 93.37 | 88.3 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 23 | 0 | 0.82 | 0.90 | 0.13 | 5.4 | 0.81 | 0.48 |
| Hex | DF | 29 | 17 | 0 | 52 | 5A | D | 5 | 51 | 30 |
| Octal | 337 | 51 | 27 | 0 | 122 | 132 | 15 | 5 | 121 | 60 |
| Binary | 11011111 | 101001 | 10111 | 0 | 1010010 | 1011010 | 1101 | 101 | 1010001 | 110000 |
Color Harmonies of #DF2917
Complementary color
Monochromatic Colors of #DF2917
Black with #DF2917
Text Example
Text Example
White with #DF2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2917; }
p { color: rgb(223,41,23); }
H1.HeaderClassName
{
color: #DF2917;
}
.AnyTagClassName
{
color: #DF2917;
}
</style>
background-color css
<style>
a { background-color: #DF2917; }
a { background-color: rgb(223,41,23); }
div.DivClassName
{
background-color: #DF2917;
}
.BgClassName
{
background-color: #DF2917;
}
</style>
border-color css
<style>
span { border-color: #DF2917; }
span { border-color: rgb(223,41,23); }
td.TdClassName
{
border-color: #DF2917;
}
.TagClassName
{
border-color: #DF2917;
}
</style>