Html Css Color HEX #DF1F10 Harley Davidson Orange
📋 copy color: '#DF1F10'red 223 ◦ green 31 ◦ blue 16
Shades of Harley Davidson Orange #DF1F10
Tints of Harley Davidson Orange #DF1F10
RGB
CMYK
RGB Variations
Color information
#DF1F10 (or 0xDF1F10) is known color: Harley Davidson Orange. HEX triplet: DF, 1F and 10. RGB value is (223,31,16). Sum of RGB (Red+Green+Blue) = 223+31+16=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1F10 is #20E0EF. Grayscale: #565656. Windows color (decimal): -2154736 or 1056735. OLE color: 1056735.
HSL color Cylindrical-coordinate representation of color #DF1F10: hue angle of 4.35º 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 #DF1F10 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.13 |
| HSL | 4.35º | 0.87% | 0.47% | - |
| HSV(B) | 4.35º | 0.93% | 0.87% | - |
| XYZ | 31.01 | 16.71 | 2.08 | - |
| YUV | 86.7 | 88.11 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 16 | 0 | 0.86 | 0.93 | 0.13 | 4.35 | 0.87 | 0.47 |
| Hex | DF | 1F | 10 | 0 | 56 | 5D | D | 4 | 57 | 2F |
| Octal | 337 | 37 | 20 | 0 | 126 | 135 | 15 | 4 | 127 | 57 |
| Binary | 11011111 | 11111 | 10000 | 0 | 1010110 | 1011101 | 1101 | 100 | 1010111 | 101111 |
Color Harmonies of #DF1F10
Complementary color
Monochromatic Colors of #DF1F10
Black with #DF1F10
Text Example
Text Example
White with #DF1F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1F10; }
p { color: rgb(223,31,16); }
H1.HeaderClassName
{
color: #DF1F10;
}
.AnyTagClassName
{
color: #DF1F10;
}
</style>
background-color css
<style>
a { background-color: #DF1F10; }
a { background-color: rgb(223,31,16); }
div.DivClassName
{
background-color: #DF1F10;
}
.BgClassName
{
background-color: #DF1F10;
}
</style>
border-color css
<style>
span { border-color: #DF1F10; }
span { border-color: rgb(223,31,16); }
td.TdClassName
{
border-color: #DF1F10;
}
.TagClassName
{
border-color: #DF1F10;
}
</style>