Html Css Color HEX #DF2516 Harley Davidson Orange
📋 copy color: '#DF2516'red 223 ◦ green 37 ◦ blue 22
Shades of Harley Davidson Orange #DF2516
Tints of Harley Davidson Orange #DF2516
RGB
CMYK
RGB Variations
Color information
#DF2516 (or 0xDF2516) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 16. RGB value is (223,37,22). Sum of RGB (Red+Green+Blue) = 223+37+22=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2516 is #20DAE9. Grayscale: #5B5B5B. Windows color (decimal): -2153194 or 1451487. OLE color: 1451487.
HSL color Cylindrical-coordinate representation of color #DF2516: hue angle of 4.48º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF2516 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 22 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.13 |
| HSL | 4.48º | 0.82% | 0.48% | - |
| HSV(B) | 4.48º | 0.9% | 0.87% | - |
| XYZ | 31.24 | 17.07 | 2.41 | - |
| YUV | 90.9 | 89.12 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 22 | 0 | 0.83 | 0.90 | 0.13 | 4.48 | 0.82 | 0.48 |
| Hex | DF | 25 | 16 | 0 | 53 | 5A | D | 4 | 52 | 30 |
| Octal | 337 | 45 | 26 | 0 | 123 | 132 | 15 | 4 | 122 | 60 |
| Binary | 11011111 | 100101 | 10110 | 0 | 1010011 | 1011010 | 1101 | 100 | 1010010 | 110000 |
Color Harmonies of #DF2516
Complementary color
Monochromatic Colors of #DF2516
Black with #DF2516
Text Example
Text Example
White with #DF2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2516; }
p { color: rgb(223,37,22); }
H1.HeaderClassName
{
color: #DF2516;
}
.AnyTagClassName
{
color: #DF2516;
}
</style>
background-color css
<style>
a { background-color: #DF2516; }
a { background-color: rgb(223,37,22); }
div.DivClassName
{
background-color: #DF2516;
}
.BgClassName
{
background-color: #DF2516;
}
</style>
border-color css
<style>
span { border-color: #DF2516; }
span { border-color: rgb(223,37,22); }
td.TdClassName
{
border-color: #DF2516;
}
.TagClassName
{
border-color: #DF2516;
}
</style>