Html Css Color HEX #DF2817 Harley Davidson Orange
📋 copy color: '#DF2817'red 223 ◦ green 40 ◦ blue 23
Shades of Harley Davidson Orange #DF2817
Tints of Harley Davidson Orange #DF2817
RGB
CMYK
RGB Variations
Color information
#DF2817 (or 0xDF2817) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 17. RGB value is (223,40,23). Sum of RGB (Red+Green+Blue) = 223+40+23=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2817 is #20D7E8. Grayscale: #5D5D5D. Windows color (decimal): -2152425 or 1517791. OLE color: 1517791.
HSL color Cylindrical-coordinate representation of color #DF2817: hue angle of 5.1º 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 #DF2817 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 23 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.13 |
| HSL | 5.1º | 0.81% | 0.48% | - |
| HSV(B) | 5.1º | 0.9% | 0.87% | - |
| XYZ | 31.34 | 17.27 | 2.49 | - |
| YUV | 92.78 | 88.63 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 23 | 0 | 0.82 | 0.90 | 0.13 | 5.1 | 0.81 | 0.48 |
| Hex | DF | 28 | 17 | 0 | 52 | 5A | D | 5 | 51 | 30 |
| Octal | 337 | 50 | 27 | 0 | 122 | 132 | 15 | 5 | 121 | 60 |
| Binary | 11011111 | 101000 | 10111 | 0 | 1010010 | 1011010 | 1101 | 101 | 1010001 | 110000 |
Color Harmonies of #DF2817
Complementary color
Monochromatic Colors of #DF2817
Black with #DF2817
Text Example
Text Example
White with #DF2817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2817; }
p { color: rgb(223,40,23); }
H1.HeaderClassName
{
color: #DF2817;
}
.AnyTagClassName
{
color: #DF2817;
}
</style>
background-color css
<style>
a { background-color: #DF2817; }
a { background-color: rgb(223,40,23); }
div.DivClassName
{
background-color: #DF2817;
}
.BgClassName
{
background-color: #DF2817;
}
</style>
border-color css
<style>
span { border-color: #DF2817; }
span { border-color: rgb(223,40,23); }
td.TdClassName
{
border-color: #DF2817;
}
.TagClassName
{
border-color: #DF2817;
}
</style>