Html Css Color HEX #DF340E Harley Davidson Orange
📋 copy color: '#DF340E'red 223 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #DF340E
Tints of Harley Davidson Orange #DF340E
RGB
CMYK
RGB Variations
Color information
#DF340E (or 0xDF340E) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 0E. RGB value is (223,52,14). Sum of RGB (Red+Green+Blue) = 223+52+14=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF340E is #20CBF1. Grayscale: #636363. Windows color (decimal): -2149362 or 931039. OLE color: 931039.
HSL color Cylindrical-coordinate representation of color #DF340E: hue angle of 10.91º 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 #DF340E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 14 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.13 |
| HSL | 10.91º | 0.88% | 0.46% | - |
| HSV(B) | 10.91º | 0.94% | 0.87% | - |
| XYZ | 31.74 | 18.18 | 2.25 | - |
| YUV | 98.8 | 80.15 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 14 | 0 | 0.77 | 0.94 | 0.13 | 10.91 | 0.88 | 0.46 |
| Hex | DF | 34 | E | 0 | 4D | 5E | D | B | 58 | 2E |
| Octal | 337 | 64 | 16 | 0 | 115 | 136 | 15 | 13 | 130 | 56 |
| Binary | 11011111 | 110100 | 1110 | 0 | 1001101 | 1011110 | 1101 | 1011 | 1011000 | 101110 |
Color Harmonies of #DF340E
Complementary color
Monochromatic Colors of #DF340E
Black with #DF340E
Text Example
Text Example
White with #DF340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF340E; }
p { color: rgb(223,52,14); }
H1.HeaderClassName
{
color: #DF340E;
}
.AnyTagClassName
{
color: #DF340E;
}
</style>
background-color css
<style>
a { background-color: #DF340E; }
a { background-color: rgb(223,52,14); }
div.DivClassName
{
background-color: #DF340E;
}
.BgClassName
{
background-color: #DF340E;
}
</style>
border-color css
<style>
span { border-color: #DF340E; }
span { border-color: rgb(223,52,14); }
td.TdClassName
{
border-color: #DF340E;
}
.TagClassName
{
border-color: #DF340E;
}
</style>