Html Css Color HEX #DF1B11 Harley Davidson Orange
📋 copy color: '#DF1B11'red 223 ◦ green 27 ◦ blue 17
Shades of Harley Davidson Orange #DF1B11
Tints of Harley Davidson Orange #DF1B11
RGB
CMYK
RGB Variations
Color information
#DF1B11 (or 0xDF1B11) is known color: Harley Davidson Orange. HEX triplet: DF, 1B and 11. RGB value is (223,27,17). Sum of RGB (Red+Green+Blue) = 223+27+17=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1B11 is #20E4EE. Grayscale: #545454. Windows color (decimal): -2155759 or 1121247. OLE color: 1121247.
HSL color Cylindrical-coordinate representation of color #DF1B11: hue angle of 2.91º 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 #DF1B11 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.13 |
| HSL | 2.91º | 0.86% | 0.47% | - |
| HSV(B) | 2.91º | 0.92% | 0.87% | - |
| XYZ | 30.92 | 16.51 | 2.09 | - |
| YUV | 84.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 17 | 0 | 0.88 | 0.92 | 0.13 | 2.91 | 0.86 | 0.47 |
| Hex | DF | 1B | 11 | 0 | 58 | 5C | D | 3 | 56 | 2F |
| Octal | 337 | 33 | 21 | 0 | 130 | 134 | 15 | 3 | 126 | 57 |
| Binary | 11011111 | 11011 | 10001 | 0 | 1011000 | 1011100 | 1101 | 11 | 1010110 | 101111 |
Color Harmonies of #DF1B11
Complementary color
Monochromatic Colors of #DF1B11
Black with #DF1B11
Text Example
Text Example
White with #DF1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1B11; }
p { color: rgb(223,27,17); }
H1.HeaderClassName
{
color: #DF1B11;
}
.AnyTagClassName
{
color: #DF1B11;
}
</style>
background-color css
<style>
a { background-color: #DF1B11; }
a { background-color: rgb(223,27,17); }
div.DivClassName
{
background-color: #DF1B11;
}
.BgClassName
{
background-color: #DF1B11;
}
</style>
border-color css
<style>
span { border-color: #DF1B11; }
span { border-color: rgb(223,27,17); }
td.TdClassName
{
border-color: #DF1B11;
}
.TagClassName
{
border-color: #DF1B11;
}
</style>