Html Css Color HEX #DF311B Harley Davidson Orange
📋 copy color: '#DF311B'red 223 ◦ green 49 ◦ blue 27
Shades of Harley Davidson Orange #DF311B
Tints of Harley Davidson Orange #DF311B
RGB
CMYK
RGB Variations
Color information
#DF311B (or 0xDF311B) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 1B. RGB value is (223,49,27). Sum of RGB (Red+Green+Blue) = 223+49+27=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF311B is #20CEE4. Grayscale: #626262. Windows color (decimal): -2150117 or 1782239. OLE color: 1782239.
HSL color Cylindrical-coordinate representation of color #DF311B: hue angle of 6.73º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF311B is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 27 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.13 |
| HSL | 6.73º | 0.78% | 0.49% | - |
| HSV(B) | 6.73º | 0.88% | 0.87% | - |
| XYZ | 31.73 | 17.96 | 2.83 | - |
| YUV | 98.52 | 87.65 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 27 | 0 | 0.78 | 0.88 | 0.13 | 6.73 | 0.78 | 0.49 |
| Hex | DF | 31 | 1B | 0 | 4E | 58 | D | 7 | 4E | 31 |
| Octal | 337 | 61 | 33 | 0 | 116 | 130 | 15 | 7 | 116 | 61 |
| Binary | 11011111 | 110001 | 11011 | 0 | 1001110 | 1011000 | 1101 | 111 | 1001110 | 110001 |
Color Harmonies of #DF311B
Complementary color
Monochromatic Colors of #DF311B
Black with #DF311B
Text Example
Text Example
White with #DF311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF311B; }
p { color: rgb(223,49,27); }
H1.HeaderClassName
{
color: #DF311B;
}
.AnyTagClassName
{
color: #DF311B;
}
</style>
background-color css
<style>
a { background-color: #DF311B; }
a { background-color: rgb(223,49,27); }
div.DivClassName
{
background-color: #DF311B;
}
.BgClassName
{
background-color: #DF311B;
}
</style>
border-color css
<style>
span { border-color: #DF311B; }
span { border-color: rgb(223,49,27); }
td.TdClassName
{
border-color: #DF311B;
}
.TagClassName
{
border-color: #DF311B;
}
</style>