Html Css Color HEX #DF2013 Harley Davidson Orange
📋 copy color: '#DF2013'red 223 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #DF2013
Tints of Harley Davidson Orange #DF2013
RGB
CMYK
RGB Variations
Color information
#DF2013 (or 0xDF2013) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 13. RGB value is (223,32,19). Sum of RGB (Red+Green+Blue) = 223+32+19=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2013 is #20DFEC. Grayscale: #575757. Windows color (decimal): -2154477 or 1253599. OLE color: 1253599.
HSL color Cylindrical-coordinate representation of color #DF2013: hue angle of 3.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF2013 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 19 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.13 |
| HSL | 3.82º | 0.84% | 0.47% | - |
| HSV(B) | 3.82º | 0.91% | 0.87% | - |
| XYZ | 31.07 | 16.77 | 2.22 | - |
| YUV | 87.63 | 89.28 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 19 | 0 | 0.86 | 0.91 | 0.13 | 3.82 | 0.84 | 0.47 |
| Hex | DF | 20 | 13 | 0 | 56 | 5B | D | 4 | 54 | 2F |
| Octal | 337 | 40 | 23 | 0 | 126 | 133 | 15 | 4 | 124 | 57 |
| Binary | 11011111 | 100000 | 10011 | 0 | 1010110 | 1011011 | 1101 | 100 | 1010100 | 101111 |
Color Harmonies of #DF2013
Complementary color
Monochromatic Colors of #DF2013
Black with #DF2013
Text Example
Text Example
White with #DF2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2013; }
p { color: rgb(223,32,19); }
H1.HeaderClassName
{
color: #DF2013;
}
.AnyTagClassName
{
color: #DF2013;
}
</style>
background-color css
<style>
a { background-color: #DF2013; }
a { background-color: rgb(223,32,19); }
div.DivClassName
{
background-color: #DF2013;
}
.BgClassName
{
background-color: #DF2013;
}
</style>
border-color css
<style>
span { border-color: #DF2013; }
span { border-color: rgb(223,32,19); }
td.TdClassName
{
border-color: #DF2013;
}
.TagClassName
{
border-color: #DF2013;
}
</style>