Html Css Color HEX #DF1F07 Harley Davidson Orange
📋 copy color: '#DF1F07'red 223 ◦ green 31 ◦ blue 7
Shades of Harley Davidson Orange #DF1F07
Tints of Harley Davidson Orange #DF1F07
RGB
CMYK
RGB Variations
Color information
#DF1F07 (or 0xDF1F07) is known color: Harley Davidson Orange. HEX triplet: DF, 1F and 07. RGB value is (223,31,7). Sum of RGB (Red+Green+Blue) = 223+31+7=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1F07 is #20E0F8. Grayscale: #555555. Windows color (decimal): -2154745 or 466911. OLE color: 466911.
HSL color Cylindrical-coordinate representation of color #DF1F07: hue angle of 6.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF1F07 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.13 |
| HSL | 6.67º | 0.94% | 0.45% | - |
| HSV(B) | 6.67º | 0.97% | 0.87% | - |
| XYZ | 30.96 | 16.68 | 1.79 | - |
| YUV | 85.67 | 83.61 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 7 | 0 | 0.86 | 0.97 | 0.13 | 6.67 | 0.94 | 0.45 |
| Hex | DF | 1F | 7 | 0 | 56 | 61 | D | 7 | 5E | 2D |
| Octal | 337 | 37 | 7 | 0 | 126 | 141 | 15 | 7 | 136 | 55 |
| Binary | 11011111 | 11111 | 111 | 0 | 1010110 | 1100001 | 1101 | 111 | 1011110 | 101101 |
Color Harmonies of #DF1F07
Complementary color
Monochromatic Colors of #DF1F07
Black with #DF1F07
Text Example
Text Example
White with #DF1F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1F07; }
p { color: rgb(223,31,7); }
H1.HeaderClassName
{
color: #DF1F07;
}
.AnyTagClassName
{
color: #DF1F07;
}
</style>
background-color css
<style>
a { background-color: #DF1F07; }
a { background-color: rgb(223,31,7); }
div.DivClassName
{
background-color: #DF1F07;
}
.BgClassName
{
background-color: #DF1F07;
}
</style>
border-color css
<style>
span { border-color: #DF1F07; }
span { border-color: rgb(223,31,7); }
td.TdClassName
{
border-color: #DF1F07;
}
.TagClassName
{
border-color: #DF1F07;
}
</style>