Html Css Color HEX #DF1F08 Harley Davidson Orange
📋 copy color: '#DF1F08'red 223 ◦ green 31 ◦ blue 8
Shades of Harley Davidson Orange #DF1F08
Tints of Harley Davidson Orange #DF1F08
RGB
CMYK
RGB Variations
Color information
#DF1F08 (or 0xDF1F08) is known color: Harley Davidson Orange. HEX triplet: DF, 1F and 08. RGB value is (223,31,8). Sum of RGB (Red+Green+Blue) = 223+31+8=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1F08 is #20E0F7. Grayscale: #565656. Windows color (decimal): -2154744 or 532447. OLE color: 532447.
HSL color Cylindrical-coordinate representation of color #DF1F08: hue angle of 6.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF1F08 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 8 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.13 |
| HSL | 6.42º | 0.93% | 0.45% | - |
| HSV(B) | 6.42º | 0.96% | 0.87% | - |
| XYZ | 30.97 | 16.69 | 1.82 | - |
| YUV | 85.79 | 84.11 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 8 | 0 | 0.86 | 0.96 | 0.13 | 6.42 | 0.93 | 0.45 |
| Hex | DF | 1F | 8 | 0 | 56 | 60 | D | 6 | 5D | 2D |
| Octal | 337 | 37 | 10 | 0 | 126 | 140 | 15 | 6 | 135 | 55 |
| Binary | 11011111 | 11111 | 1000 | 0 | 1010110 | 1100000 | 1101 | 110 | 1011101 | 101101 |
Color Harmonies of #DF1F08
Complementary color
Monochromatic Colors of #DF1F08
Black with #DF1F08
Text Example
Text Example
White with #DF1F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1F08; }
p { color: rgb(223,31,8); }
H1.HeaderClassName
{
color: #DF1F08;
}
.AnyTagClassName
{
color: #DF1F08;
}
</style>
background-color css
<style>
a { background-color: #DF1F08; }
a { background-color: rgb(223,31,8); }
div.DivClassName
{
background-color: #DF1F08;
}
.BgClassName
{
background-color: #DF1F08;
}
</style>
border-color css
<style>
span { border-color: #DF1F08; }
span { border-color: rgb(223,31,8); }
td.TdClassName
{
border-color: #DF1F08;
}
.TagClassName
{
border-color: #DF1F08;
}
</style>