Html Css Color HEX #DF3F19 Harley Davidson Orange
📋 copy color: '#DF3F19'red 223 ◦ green 63 ◦ blue 25
Shades of Harley Davidson Orange #DF3F19
Tints of Harley Davidson Orange #DF3F19
RGB
CMYK
RGB Variations
Color information
#DF3F19 (or 0xDF3F19) is known color: Harley Davidson Orange. HEX triplet: DF, 3F and 19. RGB value is (223,63,25). Sum of RGB (Red+Green+Blue) = 223+63+25=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3F19 is #20C0E6. Grayscale: #6A6A6A. Windows color (decimal): -2146535 or 1654751. OLE color: 1654751.
HSL color Cylindrical-coordinate representation of color #DF3F19: hue angle of 11.52º 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 #DF3F19 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 25 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.13 |
| HSL | 11.52º | 0.8% | 0.49% | - |
| HSV(B) | 11.52º | 0.89% | 0.87% | - |
| XYZ | 32.38 | 19.31 | 2.94 | - |
| YUV | 106.51 | 82.01 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 25 | 0 | 0.72 | 0.89 | 0.13 | 11.52 | 0.8 | 0.49 |
| Hex | DF | 3F | 19 | 0 | 48 | 59 | D | C | 50 | 31 |
| Octal | 337 | 77 | 31 | 0 | 110 | 131 | 15 | 14 | 120 | 61 |
| Binary | 11011111 | 111111 | 11001 | 0 | 1001000 | 1011001 | 1101 | 1100 | 1010000 | 110001 |
Color Harmonies of #DF3F19
Complementary color
Monochromatic Colors of #DF3F19
Black with #DF3F19
Text Example
Text Example
White with #DF3F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F19; }
p { color: rgb(223,63,25); }
H1.HeaderClassName
{
color: #DF3F19;
}
.AnyTagClassName
{
color: #DF3F19;
}
</style>
background-color css
<style>
a { background-color: #DF3F19; }
a { background-color: rgb(223,63,25); }
div.DivClassName
{
background-color: #DF3F19;
}
.BgClassName
{
background-color: #DF3F19;
}
</style>
border-color css
<style>
span { border-color: #DF3F19; }
span { border-color: rgb(223,63,25); }
td.TdClassName
{
border-color: #DF3F19;
}
.TagClassName
{
border-color: #DF3F19;
}
</style>