Html Css Color HEX #DF3319 Harley Davidson Orange
📋 copy color: '#DF3319'red 223 ◦ green 51 ◦ blue 25
Shades of Harley Davidson Orange #DF3319
Tints of Harley Davidson Orange #DF3319
RGB
CMYK
RGB Variations
Color information
#DF3319 (or 0xDF3319) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 19. RGB value is (223,51,25). Sum of RGB (Red+Green+Blue) = 223+51+25=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3319 is #20CCE6. Grayscale: #636363. Windows color (decimal): -2149607 or 1651679. OLE color: 1651679.
HSL color Cylindrical-coordinate representation of color #DF3319: hue angle of 7.88º 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 #DF3319 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 25 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.13 |
| HSL | 7.88º | 0.8% | 0.49% | - |
| HSV(B) | 7.88º | 0.89% | 0.87% | - |
| XYZ | 31.79 | 18.13 | 2.74 | - |
| YUV | 99.46 | 85.98 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 25 | 0 | 0.77 | 0.89 | 0.13 | 7.88 | 0.8 | 0.49 |
| Hex | DF | 33 | 19 | 0 | 4D | 59 | D | 8 | 50 | 31 |
| Octal | 337 | 63 | 31 | 0 | 115 | 131 | 15 | 10 | 120 | 61 |
| Binary | 11011111 | 110011 | 11001 | 0 | 1001101 | 1011001 | 1101 | 1000 | 1010000 | 110001 |
Color Harmonies of #DF3319
Complementary color
Monochromatic Colors of #DF3319
Black with #DF3319
Text Example
Text Example
White with #DF3319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3319; }
p { color: rgb(223,51,25); }
H1.HeaderClassName
{
color: #DF3319;
}
.AnyTagClassName
{
color: #DF3319;
}
</style>
background-color css
<style>
a { background-color: #DF3319; }
a { background-color: rgb(223,51,25); }
div.DivClassName
{
background-color: #DF3319;
}
.BgClassName
{
background-color: #DF3319;
}
</style>
border-color css
<style>
span { border-color: #DF3319; }
span { border-color: rgb(223,51,25); }
td.TdClassName
{
border-color: #DF3319;
}
.TagClassName
{
border-color: #DF3319;
}
</style>