Html Css Color HEX #DF1A11 Harley Davidson Orange
📋 copy color: '#DF1A11'red 223 ◦ green 26 ◦ blue 17
Shades of Harley Davidson Orange #DF1A11
Tints of Harley Davidson Orange #DF1A11
RGB
CMYK
RGB Variations
Color information
#DF1A11 (or 0xDF1A11) is known color: Harley Davidson Orange. HEX triplet: DF, 1A and 11. RGB value is (223,26,17). Sum of RGB (Red+Green+Blue) = 223+26+17=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1A11 is #20E5EE. Grayscale: #545454. Windows color (decimal): -2156015 or 1120991. OLE color: 1120991.
HSL color Cylindrical-coordinate representation of color #DF1A11: hue angle of 2.62º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1A11 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 26 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.13 |
| HSL | 2.62º | 0.86% | 0.47% | - |
| HSV(B) | 2.62º | 0.92% | 0.87% | - |
| XYZ | 30.9 | 16.47 | 2.08 | - |
| YUV | 83.88 | 90.27 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 26 | 17 | 0 | 0.88 | 0.92 | 0.13 | 2.62 | 0.86 | 0.47 |
| Hex | DF | 1A | 11 | 0 | 58 | 5C | D | 3 | 56 | 2F |
| Octal | 337 | 32 | 21 | 0 | 130 | 134 | 15 | 3 | 126 | 57 |
| Binary | 11011111 | 11010 | 10001 | 0 | 1011000 | 1011100 | 1101 | 11 | 1010110 | 101111 |
Color Harmonies of #DF1A11
Complementary color
Monochromatic Colors of #DF1A11
Black with #DF1A11
Text Example
Text Example
White with #DF1A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1A11; }
p { color: rgb(223,26,17); }
H1.HeaderClassName
{
color: #DF1A11;
}
.AnyTagClassName
{
color: #DF1A11;
}
</style>
background-color css
<style>
a { background-color: #DF1A11; }
a { background-color: rgb(223,26,17); }
div.DivClassName
{
background-color: #DF1A11;
}
.BgClassName
{
background-color: #DF1A11;
}
</style>
border-color css
<style>
span { border-color: #DF1A11; }
span { border-color: rgb(223,26,17); }
td.TdClassName
{
border-color: #DF1A11;
}
.TagClassName
{
border-color: #DF1A11;
}
</style>