Html Css Color HEX #DF2115 Harley Davidson Orange
📋 copy color: '#DF2115'red 223 ◦ green 33 ◦ blue 21
Shades of Harley Davidson Orange #DF2115
Tints of Harley Davidson Orange #DF2115
RGB
CMYK
RGB Variations
Color information
#DF2115 (or 0xDF2115) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 15. RGB value is (223,33,21). Sum of RGB (Red+Green+Blue) = 223+33+21=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2115 is #20DEEA. Grayscale: #585858. Windows color (decimal): -2154219 or 1384927. OLE color: 1384927.
HSL color Cylindrical-coordinate representation of color #DF2115: hue angle of 3.56º degrees, saturation: 0.83, 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 #DF2115 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 21 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.13 |
| HSL | 3.56º | 0.83% | 0.48% | - |
| HSV(B) | 3.56º | 0.91% | 0.87% | - |
| XYZ | 31.11 | 16.83 | 2.32 | - |
| YUV | 88.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 21 | 0 | 0.85 | 0.91 | 0.13 | 3.56 | 0.83 | 0.48 |
| Hex | DF | 21 | 15 | 0 | 55 | 5B | D | 4 | 53 | 30 |
| Octal | 337 | 41 | 25 | 0 | 125 | 133 | 15 | 4 | 123 | 60 |
| Binary | 11011111 | 100001 | 10101 | 0 | 1010101 | 1011011 | 1101 | 100 | 1010011 | 110000 |
Color Harmonies of #DF2115
Complementary color
Monochromatic Colors of #DF2115
Black with #DF2115
Text Example
Text Example
White with #DF2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2115; }
p { color: rgb(223,33,21); }
H1.HeaderClassName
{
color: #DF2115;
}
.AnyTagClassName
{
color: #DF2115;
}
</style>
background-color css
<style>
a { background-color: #DF2115; }
a { background-color: rgb(223,33,21); }
div.DivClassName
{
background-color: #DF2115;
}
.BgClassName
{
background-color: #DF2115;
}
</style>
border-color css
<style>
span { border-color: #DF2115; }
span { border-color: rgb(223,33,21); }
td.TdClassName
{
border-color: #DF2115;
}
.TagClassName
{
border-color: #DF2115;
}
</style>