Html Css Color HEX #DF350E Harley Davidson Orange
📋 copy color: '#DF350E'red 223 ◦ green 53 ◦ blue 14
Shades of Harley Davidson Orange #DF350E
Tints of Harley Davidson Orange #DF350E
RGB
CMYK
RGB Variations
Color information
#DF350E (or 0xDF350E) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 0E. RGB value is (223,53,14). Sum of RGB (Red+Green+Blue) = 223+53+14=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF350E is #20CAF1. Grayscale: #636363. Windows color (decimal): -2149106 or 931295. OLE color: 931295.
HSL color Cylindrical-coordinate representation of color #DF350E: hue angle of 11.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF350E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.13 |
| HSL | 11.2º | 0.88% | 0.46% | - |
| HSV(B) | 11.2º | 0.94% | 0.87% | - |
| XYZ | 31.78 | 18.27 | 2.27 | - |
| YUV | 99.38 | 79.82 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 14 | 0 | 0.76 | 0.94 | 0.13 | 11.2 | 0.88 | 0.46 |
| Hex | DF | 35 | E | 0 | 4C | 5E | D | B | 58 | 2E |
| Octal | 337 | 65 | 16 | 0 | 114 | 136 | 15 | 13 | 130 | 56 |
| Binary | 11011111 | 110101 | 1110 | 0 | 1001100 | 1011110 | 1101 | 1011 | 1011000 | 101110 |
Color Harmonies of #DF350E
Complementary color
Monochromatic Colors of #DF350E
Black with #DF350E
Text Example
Text Example
White with #DF350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF350E; }
p { color: rgb(223,53,14); }
H1.HeaderClassName
{
color: #DF350E;
}
.AnyTagClassName
{
color: #DF350E;
}
</style>
background-color css
<style>
a { background-color: #DF350E; }
a { background-color: rgb(223,53,14); }
div.DivClassName
{
background-color: #DF350E;
}
.BgClassName
{
background-color: #DF350E;
}
</style>
border-color css
<style>
span { border-color: #DF350E; }
span { border-color: rgb(223,53,14); }
td.TdClassName
{
border-color: #DF350E;
}
.TagClassName
{
border-color: #DF350E;
}
</style>