Html Css Color HEX #DF2319 Harley Davidson Orange
📋 copy color: '#DF2319'red 223 ◦ green 35 ◦ blue 25
Shades of Harley Davidson Orange #DF2319
Tints of Harley Davidson Orange #DF2319
RGB
CMYK
RGB Variations
Color information
#DF2319 (or 0xDF2319) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 19. RGB value is (223,35,25). Sum of RGB (Red+Green+Blue) = 223+35+25=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2319 is #20DCE6. Grayscale: #5A5A5A. Windows color (decimal): -2153703 or 1647583. OLE color: 1647583.
HSL color Cylindrical-coordinate representation of color #DF2319: hue angle of 3.03º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF2319 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 25 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.13 |
| HSL | 3.03º | 0.8% | 0.49% | - |
| HSV(B) | 3.03º | 0.89% | 0.87% | - |
| XYZ | 31.21 | 16.96 | 2.55 | - |
| YUV | 90.07 | 91.28 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 25 | 0 | 0.84 | 0.89 | 0.13 | 3.03 | 0.8 | 0.49 |
| Hex | DF | 23 | 19 | 0 | 54 | 59 | D | 3 | 50 | 31 |
| Octal | 337 | 43 | 31 | 0 | 124 | 131 | 15 | 3 | 120 | 61 |
| Binary | 11011111 | 100011 | 11001 | 0 | 1010100 | 1011001 | 1101 | 11 | 1010000 | 110001 |
Color Harmonies of #DF2319
Complementary color
Monochromatic Colors of #DF2319
Black with #DF2319
Text Example
Text Example
White with #DF2319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2319; }
p { color: rgb(223,35,25); }
H1.HeaderClassName
{
color: #DF2319;
}
.AnyTagClassName
{
color: #DF2319;
}
</style>
background-color css
<style>
a { background-color: #DF2319; }
a { background-color: rgb(223,35,25); }
div.DivClassName
{
background-color: #DF2319;
}
.BgClassName
{
background-color: #DF2319;
}
</style>
border-color css
<style>
span { border-color: #DF2319; }
span { border-color: rgb(223,35,25); }
td.TdClassName
{
border-color: #DF2319;
}
.TagClassName
{
border-color: #DF2319;
}
</style>