Html Css Color HEX #DF2711 Harley Davidson Orange
📋 copy color: '#DF2711'red 223 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #DF2711
Tints of Harley Davidson Orange #DF2711
RGB
CMYK
RGB Variations
Color information
#DF2711 (or 0xDF2711) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 11. RGB value is (223,39,17). Sum of RGB (Red+Green+Blue) = 223+39+17=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2711 is #20D8EE. Grayscale: #5B5B5B. Windows color (decimal): -2152687 or 1124319. OLE color: 1124319.
HSL color Cylindrical-coordinate representation of color #DF2711: hue angle of 6.41º 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 #DF2711 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 17 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.13 |
| HSL | 6.41º | 0.86% | 0.47% | - |
| HSV(B) | 6.41º | 0.92% | 0.87% | - |
| XYZ | 31.26 | 17.18 | 2.2 | - |
| YUV | 91.51 | 85.96 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 17 | 0 | 0.83 | 0.92 | 0.13 | 6.41 | 0.86 | 0.47 |
| Hex | DF | 27 | 11 | 0 | 53 | 5C | D | 6 | 56 | 2F |
| Octal | 337 | 47 | 21 | 0 | 123 | 134 | 15 | 6 | 126 | 57 |
| Binary | 11011111 | 100111 | 10001 | 0 | 1010011 | 1011100 | 1101 | 110 | 1010110 | 101111 |
Color Harmonies of #DF2711
Complementary color
Monochromatic Colors of #DF2711
Black with #DF2711
Text Example
Text Example
White with #DF2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2711; }
p { color: rgb(223,39,17); }
H1.HeaderClassName
{
color: #DF2711;
}
.AnyTagClassName
{
color: #DF2711;
}
</style>
background-color css
<style>
a { background-color: #DF2711; }
a { background-color: rgb(223,39,17); }
div.DivClassName
{
background-color: #DF2711;
}
.BgClassName
{
background-color: #DF2711;
}
</style>
border-color css
<style>
span { border-color: #DF2711; }
span { border-color: rgb(223,39,17); }
td.TdClassName
{
border-color: #DF2711;
}
.TagClassName
{
border-color: #DF2711;
}
</style>