Html Css Color HEX #DF3619 Harley Davidson Orange
📋 copy color: '#DF3619'red 223 ◦ green 54 ◦ blue 25
Shades of Harley Davidson Orange #DF3619
Tints of Harley Davidson Orange #DF3619
RGB
CMYK
RGB Variations
Color information
#DF3619 (or 0xDF3619) is known color: Harley Davidson Orange. HEX triplet: DF, 36 and 19. RGB value is (223,54,25). Sum of RGB (Red+Green+Blue) = 223+54+25=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3619 is #20C9E6. Grayscale: #656565. Windows color (decimal): -2148839 or 1652447. OLE color: 1652447.
HSL color Cylindrical-coordinate representation of color #DF3619: hue angle of 8.79º 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 #DF3619 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 25 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.13 |
| HSL | 8.79º | 0.8% | 0.49% | - |
| HSV(B) | 8.79º | 0.89% | 0.87% | - |
| XYZ | 31.93 | 18.4 | 2.79 | - |
| YUV | 101.23 | 84.99 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 25 | 0 | 0.76 | 0.89 | 0.13 | 8.79 | 0.8 | 0.49 |
| Hex | DF | 36 | 19 | 0 | 4C | 59 | D | 9 | 50 | 31 |
| Octal | 337 | 66 | 31 | 0 | 114 | 131 | 15 | 11 | 120 | 61 |
| Binary | 11011111 | 110110 | 11001 | 0 | 1001100 | 1011001 | 1101 | 1001 | 1010000 | 110001 |
Color Harmonies of #DF3619
Complementary color
Monochromatic Colors of #DF3619
Black with #DF3619
Text Example
Text Example
White with #DF3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3619; }
p { color: rgb(223,54,25); }
H1.HeaderClassName
{
color: #DF3619;
}
.AnyTagClassName
{
color: #DF3619;
}
</style>
background-color css
<style>
a { background-color: #DF3619; }
a { background-color: rgb(223,54,25); }
div.DivClassName
{
background-color: #DF3619;
}
.BgClassName
{
background-color: #DF3619;
}
</style>
border-color css
<style>
span { border-color: #DF3619; }
span { border-color: rgb(223,54,25); }
td.TdClassName
{
border-color: #DF3619;
}
.TagClassName
{
border-color: #DF3619;
}
</style>