Html Css Color HEX #DF2019 Harley Davidson Orange
📋 copy color: '#DF2019'red 223 ◦ green 32 ◦ blue 25
Shades of Harley Davidson Orange #DF2019
Tints of Harley Davidson Orange #DF2019
RGB
CMYK
RGB Variations
Color information
#DF2019 (or 0xDF2019) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 19. RGB value is (223,32,25). Sum of RGB (Red+Green+Blue) = 223+32+25=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2019 is #20DFE6. Grayscale: #585858. Windows color (decimal): -2154471 or 1646815. OLE color: 1646815.
HSL color Cylindrical-coordinate representation of color #DF2019: hue angle of 2.12º 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 #DF2019 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 25 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.13 |
| HSL | 2.12º | 0.8% | 0.49% | - |
| HSV(B) | 2.12º | 0.89% | 0.87% | - |
| XYZ | 31.12 | 16.79 | 2.52 | - |
| YUV | 88.31 | 92.28 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 25 | 0 | 0.86 | 0.89 | 0.13 | 2.12 | 0.8 | 0.49 |
| Hex | DF | 20 | 19 | 0 | 56 | 59 | D | 2 | 50 | 31 |
| Octal | 337 | 40 | 31 | 0 | 126 | 131 | 15 | 2 | 120 | 61 |
| Binary | 11011111 | 100000 | 11001 | 0 | 1010110 | 1011001 | 1101 | 10 | 1010000 | 110001 |
Color Harmonies of #DF2019
Complementary color
Monochromatic Colors of #DF2019
Black with #DF2019
Text Example
Text Example
White with #DF2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2019; }
p { color: rgb(223,32,25); }
H1.HeaderClassName
{
color: #DF2019;
}
.AnyTagClassName
{
color: #DF2019;
}
</style>
background-color css
<style>
a { background-color: #DF2019; }
a { background-color: rgb(223,32,25); }
div.DivClassName
{
background-color: #DF2019;
}
.BgClassName
{
background-color: #DF2019;
}
</style>
border-color css
<style>
span { border-color: #DF2019; }
span { border-color: rgb(223,32,25); }
td.TdClassName
{
border-color: #DF2019;
}
.TagClassName
{
border-color: #DF2019;
}
</style>