Html Css Color HEX #DF2619 Harley Davidson Orange
📋 copy color: '#DF2619'red 223 ◦ green 38 ◦ blue 25
Shades of Harley Davidson Orange #DF2619
Tints of Harley Davidson Orange #DF2619
RGB
CMYK
RGB Variations
Color information
#DF2619 (or 0xDF2619) is known color: Harley Davidson Orange. HEX triplet: DF, 26 and 19. RGB value is (223,38,25). Sum of RGB (Red+Green+Blue) = 223+38+25=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2619 is #20D9E6. Grayscale: #5C5C5C. Windows color (decimal): -2152935 or 1648351. OLE color: 1648351.
HSL color Cylindrical-coordinate representation of color #DF2619: hue angle of 3.94º 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 #DF2619 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 25 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.13 |
| HSL | 3.94º | 0.8% | 0.49% | - |
| HSV(B) | 3.94º | 0.89% | 0.87% | - |
| XYZ | 31.3 | 17.14 | 2.58 | - |
| YUV | 91.83 | 90.29 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 25 | 0 | 0.83 | 0.89 | 0.13 | 3.94 | 0.8 | 0.49 |
| Hex | DF | 26 | 19 | 0 | 53 | 59 | D | 4 | 50 | 31 |
| Octal | 337 | 46 | 31 | 0 | 123 | 131 | 15 | 4 | 120 | 61 |
| Binary | 11011111 | 100110 | 11001 | 0 | 1010011 | 1011001 | 1101 | 100 | 1010000 | 110001 |
Color Harmonies of #DF2619
Complementary color
Monochromatic Colors of #DF2619
Black with #DF2619
Text Example
Text Example
White with #DF2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2619; }
p { color: rgb(223,38,25); }
H1.HeaderClassName
{
color: #DF2619;
}
.AnyTagClassName
{
color: #DF2619;
}
</style>
background-color css
<style>
a { background-color: #DF2619; }
a { background-color: rgb(223,38,25); }
div.DivClassName
{
background-color: #DF2619;
}
.BgClassName
{
background-color: #DF2619;
}
</style>
border-color css
<style>
span { border-color: #DF2619; }
span { border-color: rgb(223,38,25); }
td.TdClassName
{
border-color: #DF2619;
}
.TagClassName
{
border-color: #DF2619;
}
</style>