Html Css Color HEX #DF3D19 Harley Davidson Orange
📋 copy color: '#DF3D19'red 223 ◦ green 61 ◦ blue 25
Shades of Harley Davidson Orange #DF3D19
Tints of Harley Davidson Orange #DF3D19
RGB
CMYK
RGB Variations
Color information
#DF3D19 (or 0xDF3D19) is known color: Harley Davidson Orange. HEX triplet: DF, 3D and 19. RGB value is (223,61,25). Sum of RGB (Red+Green+Blue) = 223+61+25=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3D19 is #20C2E6. Grayscale: #696969. Windows color (decimal): -2147047 or 1654239. OLE color: 1654239.
HSL color Cylindrical-coordinate representation of color #DF3D19: hue angle of 10.91º 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 #DF3D19 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 25 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.13 |
| HSL | 10.91º | 0.8% | 0.49% | - |
| HSV(B) | 10.91º | 0.89% | 0.87% | - |
| XYZ | 32.28 | 19.1 | 2.9 | - |
| YUV | 105.33 | 82.67 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 25 | 0 | 0.73 | 0.89 | 0.13 | 10.91 | 0.8 | 0.49 |
| Hex | DF | 3D | 19 | 0 | 49 | 59 | D | B | 50 | 31 |
| Octal | 337 | 75 | 31 | 0 | 111 | 131 | 15 | 13 | 120 | 61 |
| Binary | 11011111 | 111101 | 11001 | 0 | 1001001 | 1011001 | 1101 | 1011 | 1010000 | 110001 |
Color Harmonies of #DF3D19
Complementary color
Monochromatic Colors of #DF3D19
Black with #DF3D19
Text Example
Text Example
White with #DF3D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D19; }
p { color: rgb(223,61,25); }
H1.HeaderClassName
{
color: #DF3D19;
}
.AnyTagClassName
{
color: #DF3D19;
}
</style>
background-color css
<style>
a { background-color: #DF3D19; }
a { background-color: rgb(223,61,25); }
div.DivClassName
{
background-color: #DF3D19;
}
.BgClassName
{
background-color: #DF3D19;
}
</style>
border-color css
<style>
span { border-color: #DF3D19; }
span { border-color: rgb(223,61,25); }
td.TdClassName
{
border-color: #DF3D19;
}
.TagClassName
{
border-color: #DF3D19;
}
</style>