Html Css Color HEX #DF2819 Harley Davidson Orange
📋 copy color: '#DF2819'red 223 ◦ green 40 ◦ blue 25
Shades of Harley Davidson Orange #DF2819
Tints of Harley Davidson Orange #DF2819
RGB
CMYK
RGB Variations
Color information
#DF2819 (or 0xDF2819) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 19. RGB value is (223,40,25). Sum of RGB (Red+Green+Blue) = 223+40+25=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2819 is #20D7E6. Grayscale: #5D5D5D. Windows color (decimal): -2152423 or 1648863. OLE color: 1648863.
HSL color Cylindrical-coordinate representation of color #DF2819: hue angle of 4.55º 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 #DF2819 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 25 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.13 |
| HSL | 4.55º | 0.8% | 0.49% | - |
| HSV(B) | 4.55º | 0.89% | 0.87% | - |
| XYZ | 31.37 | 17.28 | 2.6 | - |
| YUV | 93.01 | 89.63 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 25 | 0 | 0.82 | 0.89 | 0.13 | 4.55 | 0.8 | 0.49 |
| Hex | DF | 28 | 19 | 0 | 52 | 59 | D | 5 | 50 | 31 |
| Octal | 337 | 50 | 31 | 0 | 122 | 131 | 15 | 5 | 120 | 61 |
| Binary | 11011111 | 101000 | 11001 | 0 | 1010010 | 1011001 | 1101 | 101 | 1010000 | 110001 |
Color Harmonies of #DF2819
Complementary color
Monochromatic Colors of #DF2819
Black with #DF2819
Text Example
Text Example
White with #DF2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2819; }
p { color: rgb(223,40,25); }
H1.HeaderClassName
{
color: #DF2819;
}
.AnyTagClassName
{
color: #DF2819;
}
</style>
background-color css
<style>
a { background-color: #DF2819; }
a { background-color: rgb(223,40,25); }
div.DivClassName
{
background-color: #DF2819;
}
.BgClassName
{
background-color: #DF2819;
}
</style>
border-color css
<style>
span { border-color: #DF2819; }
span { border-color: rgb(223,40,25); }
td.TdClassName
{
border-color: #DF2819;
}
.TagClassName
{
border-color: #DF2819;
}
</style>