Html Css Color HEX #DF2719 Harley Davidson Orange
📋 copy color: '#DF2719'red 223 ◦ green 39 ◦ blue 25
Shades of Harley Davidson Orange #DF2719
Tints of Harley Davidson Orange #DF2719
RGB
CMYK
RGB Variations
Color information
#DF2719 (or 0xDF2719) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 19. RGB value is (223,39,25). Sum of RGB (Red+Green+Blue) = 223+39+25=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2719 is #20D8E6. Grayscale: #5C5C5C. Windows color (decimal): -2152679 or 1648607. OLE color: 1648607.
HSL color Cylindrical-coordinate representation of color #DF2719: hue angle of 4.24º 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 #DF2719 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 25 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.13 |
| HSL | 4.24º | 0.8% | 0.49% | - |
| HSV(B) | 4.24º | 0.89% | 0.87% | - |
| XYZ | 31.33 | 17.21 | 2.59 | - |
| YUV | 92.42 | 89.96 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 25 | 0 | 0.83 | 0.89 | 0.13 | 4.24 | 0.8 | 0.49 |
| Hex | DF | 27 | 19 | 0 | 53 | 59 | D | 4 | 50 | 31 |
| Octal | 337 | 47 | 31 | 0 | 123 | 131 | 15 | 4 | 120 | 61 |
| Binary | 11011111 | 100111 | 11001 | 0 | 1010011 | 1011001 | 1101 | 100 | 1010000 | 110001 |
Color Harmonies of #DF2719
Complementary color
Monochromatic Colors of #DF2719
Black with #DF2719
Text Example
Text Example
White with #DF2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2719; }
p { color: rgb(223,39,25); }
H1.HeaderClassName
{
color: #DF2719;
}
.AnyTagClassName
{
color: #DF2719;
}
</style>
background-color css
<style>
a { background-color: #DF2719; }
a { background-color: rgb(223,39,25); }
div.DivClassName
{
background-color: #DF2719;
}
.BgClassName
{
background-color: #DF2719;
}
</style>
border-color css
<style>
span { border-color: #DF2719; }
span { border-color: rgb(223,39,25); }
td.TdClassName
{
border-color: #DF2719;
}
.TagClassName
{
border-color: #DF2719;
}
</style>