Html Css Color HEX #DF341E Harley Davidson Orange
📋 copy color: '#DF341E'red 223 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #DF341E
Tints of Harley Davidson Orange #DF341E
RGB
CMYK
RGB Variations
Color information
#DF341E (or 0xDF341E) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 1E. RGB value is (223,52,30). Sum of RGB (Red+Green+Blue) = 223+52+30=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF341E is #20CBE1. Grayscale: #646464. Windows color (decimal): -2149346 or 1979615. OLE color: 1979615.
HSL color Cylindrical-coordinate representation of color #DF341E: hue angle of 6.84º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF341E is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 30 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.13 |
| HSL | 6.84º | 0.76% | 0.5% | - |
| HSV(B) | 6.84º | 0.87% | 0.87% | - |
| XYZ | 31.89 | 18.24 | 3.07 | - |
| YUV | 100.62 | 88.15 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 30 | 0 | 0.77 | 0.87 | 0.13 | 6.84 | 0.76 | 0.5 |
| Hex | DF | 34 | 1E | 0 | 4D | 57 | D | 7 | 4C | 32 |
| Octal | 337 | 64 | 36 | 0 | 115 | 127 | 15 | 7 | 114 | 62 |
| Binary | 11011111 | 110100 | 11110 | 0 | 1001101 | 1010111 | 1101 | 111 | 1001100 | 110010 |
Color Harmonies of #DF341E
Complementary color
Monochromatic Colors of #DF341E
Black with #DF341E
Text Example
Text Example
White with #DF341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF341E; }
p { color: rgb(223,52,30); }
H1.HeaderClassName
{
color: #DF341E;
}
.AnyTagClassName
{
color: #DF341E;
}
</style>
background-color css
<style>
a { background-color: #DF341E; }
a { background-color: rgb(223,52,30); }
div.DivClassName
{
background-color: #DF341E;
}
.BgClassName
{
background-color: #DF341E;
}
</style>
border-color css
<style>
span { border-color: #DF341E; }
span { border-color: rgb(223,52,30); }
td.TdClassName
{
border-color: #DF341E;
}
.TagClassName
{
border-color: #DF341E;
}
</style>