Html Css Color HEX #DF2114 Harley Davidson Orange
📋 copy color: '#DF2114'red 223 ◦ green 33 ◦ blue 20
Shades of Harley Davidson Orange #DF2114
Tints of Harley Davidson Orange #DF2114
RGB
CMYK
RGB Variations
Color information
#DF2114 (or 0xDF2114) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 14. RGB value is (223,33,20). Sum of RGB (Red+Green+Blue) = 223+33+20=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2114 is #20DEEB. Grayscale: #585858. Windows color (decimal): -2154220 or 1319391. OLE color: 1319391.
HSL color Cylindrical-coordinate representation of color #DF2114: hue angle of 3.84º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF2114 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 20 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.13 |
| HSL | 3.84º | 0.84% | 0.48% | - |
| HSV(B) | 3.84º | 0.91% | 0.87% | - |
| XYZ | 31.1 | 16.83 | 2.27 | - |
| YUV | 88.33 | 89.45 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 20 | 0 | 0.85 | 0.91 | 0.13 | 3.84 | 0.84 | 0.48 |
| Hex | DF | 21 | 14 | 0 | 55 | 5B | D | 4 | 54 | 30 |
| Octal | 337 | 41 | 24 | 0 | 125 | 133 | 15 | 4 | 124 | 60 |
| Binary | 11011111 | 100001 | 10100 | 0 | 1010101 | 1011011 | 1101 | 100 | 1010100 | 110000 |
Color Harmonies of #DF2114
Complementary color
Monochromatic Colors of #DF2114
Black with #DF2114
Text Example
Text Example
White with #DF2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2114; }
p { color: rgb(223,33,20); }
H1.HeaderClassName
{
color: #DF2114;
}
.AnyTagClassName
{
color: #DF2114;
}
</style>
background-color css
<style>
a { background-color: #DF2114; }
a { background-color: rgb(223,33,20); }
div.DivClassName
{
background-color: #DF2114;
}
.BgClassName
{
background-color: #DF2114;
}
</style>
border-color css
<style>
span { border-color: #DF2114; }
span { border-color: rgb(223,33,20); }
td.TdClassName
{
border-color: #DF2114;
}
.TagClassName
{
border-color: #DF2114;
}
</style>