Html Css Color HEX #DF340F Harley Davidson Orange
📋 copy color: '#DF340F'red 223 ◦ green 52 ◦ blue 15
Shades of Harley Davidson Orange #DF340F
Tints of Harley Davidson Orange #DF340F
RGB
CMYK
RGB Variations
Color information
#DF340F (or 0xDF340F) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 0F. RGB value is (223,52,15). Sum of RGB (Red+Green+Blue) = 223+52+15=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF340F is #20CBF0. Grayscale: #636363. Windows color (decimal): -2149361 or 996575. OLE color: 996575.
HSL color Cylindrical-coordinate representation of color #DF340F: hue angle of 10.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF340F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.13 |
| HSL | 10.67º | 0.87% | 0.47% | - |
| HSV(B) | 10.67º | 0.93% | 0.87% | - |
| XYZ | 31.75 | 18.18 | 2.29 | - |
| YUV | 98.91 | 80.65 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 15 | 0 | 0.77 | 0.93 | 0.13 | 10.67 | 0.87 | 0.47 |
| Hex | DF | 34 | F | 0 | 4D | 5D | D | B | 57 | 2F |
| Octal | 337 | 64 | 17 | 0 | 115 | 135 | 15 | 13 | 127 | 57 |
| Binary | 11011111 | 110100 | 1111 | 0 | 1001101 | 1011101 | 1101 | 1011 | 1010111 | 101111 |
Color Harmonies of #DF340F
Complementary color
Monochromatic Colors of #DF340F
Black with #DF340F
Text Example
Text Example
White with #DF340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF340F; }
p { color: rgb(223,52,15); }
H1.HeaderClassName
{
color: #DF340F;
}
.AnyTagClassName
{
color: #DF340F;
}
</style>
background-color css
<style>
a { background-color: #DF340F; }
a { background-color: rgb(223,52,15); }
div.DivClassName
{
background-color: #DF340F;
}
.BgClassName
{
background-color: #DF340F;
}
</style>
border-color css
<style>
span { border-color: #DF340F; }
span { border-color: rgb(223,52,15); }
td.TdClassName
{
border-color: #DF340F;
}
.TagClassName
{
border-color: #DF340F;
}
</style>