Html Css Color HEX #DF290F Harley Davidson Orange
📋 copy color: '#DF290F'red 223 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #DF290F
Tints of Harley Davidson Orange #DF290F
RGB
CMYK
RGB Variations
Color information
#DF290F (or 0xDF290F) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 0F. RGB value is (223,41,15). Sum of RGB (Red+Green+Blue) = 223+41+15=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF290F is #20D6F0. Grayscale: #5C5C5C. Windows color (decimal): -2152177 or 993759. OLE color: 993759.
HSL color Cylindrical-coordinate representation of color #DF290F: hue angle of 7.5º 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 #DF290F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.13 |
| HSL | 7.5º | 0.87% | 0.47% | - |
| HSV(B) | 7.5º | 0.93% | 0.87% | - |
| XYZ | 31.31 | 17.31 | 2.14 | - |
| YUV | 92.45 | 84.3 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 15 | 0 | 0.82 | 0.93 | 0.13 | 7.5 | 0.87 | 0.47 |
| Hex | DF | 29 | F | 0 | 52 | 5D | D | 8 | 57 | 2F |
| Octal | 337 | 51 | 17 | 0 | 122 | 135 | 15 | 10 | 127 | 57 |
| Binary | 11011111 | 101001 | 1111 | 0 | 1010010 | 1011101 | 1101 | 1000 | 1010111 | 101111 |
Color Harmonies of #DF290F
Complementary color
Monochromatic Colors of #DF290F
Black with #DF290F
Text Example
Text Example
White with #DF290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF290F; }
p { color: rgb(223,41,15); }
H1.HeaderClassName
{
color: #DF290F;
}
.AnyTagClassName
{
color: #DF290F;
}
</style>
background-color css
<style>
a { background-color: #DF290F; }
a { background-color: rgb(223,41,15); }
div.DivClassName
{
background-color: #DF290F;
}
.BgClassName
{
background-color: #DF290F;
}
</style>
border-color css
<style>
span { border-color: #DF290F; }
span { border-color: rgb(223,41,15); }
td.TdClassName
{
border-color: #DF290F;
}
.TagClassName
{
border-color: #DF290F;
}
</style>