Html Css Color HEX #DF3101 Harley Davidson Orange
📋 copy color: '#DF3101'red 223 ◦ green 49 ◦ blue 1
Shades of Harley Davidson Orange #DF3101
Tints of Harley Davidson Orange #DF3101
RGB
CMYK
RGB Variations
Color information
#DF3101 (or 0xDF3101) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 01. RGB value is (223,49,1). Sum of RGB (Red+Green+Blue) = 223+49+1=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3101 is #20CEFE. Grayscale: #5F5F5F. Windows color (decimal): -2150143 or 78303. OLE color: 78303.
HSL color Cylindrical-coordinate representation of color #DF3101: hue angle of 12.97º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF3101 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 1 | - |
| CMYK | 0 | 0.78 | 1.00 | 0.13 |
| HSL | 12.97º | 0.99% | 0.44% | - |
| HSV(B) | 12.97º | 1% | 0.87% | - |
| XYZ | 31.54 | 17.89 | 1.82 | - |
| YUV | 95.55 | 74.65 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 1 | 0 | 0.78 | 1.00 | 0.13 | 12.97 | 0.99 | 0.44 |
| Hex | DF | 31 | 1 | 0 | 4E | 64 | D | D | 63 | 2C |
| Octal | 337 | 61 | 1 | 0 | 116 | 144 | 15 | 15 | 143 | 54 |
| Binary | 11011111 | 110001 | 1 | 0 | 1001110 | 1100100 | 1101 | 1101 | 1100011 | 101100 |
Color Harmonies of #DF3101
Complementary color
Monochromatic Colors of #DF3101
Black with #DF3101
Text Example
Text Example
White with #DF3101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3101; }
p { color: rgb(223,49,1); }
H1.HeaderClassName
{
color: #DF3101;
}
.AnyTagClassName
{
color: #DF3101;
}
</style>
background-color css
<style>
a { background-color: #DF3101; }
a { background-color: rgb(223,49,1); }
div.DivClassName
{
background-color: #DF3101;
}
.BgClassName
{
background-color: #DF3101;
}
</style>
border-color css
<style>
span { border-color: #DF3101; }
span { border-color: rgb(223,49,1); }
td.TdClassName
{
border-color: #DF3101;
}
.TagClassName
{
border-color: #DF3101;
}
</style>