Html Css Color HEX #DF2716 Harley Davidson Orange
📋 copy color: '#DF2716'red 223 ◦ green 39 ◦ blue 22
Shades of Harley Davidson Orange #DF2716
Tints of Harley Davidson Orange #DF2716
RGB
CMYK
RGB Variations
Color information
#DF2716 (or 0xDF2716) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 16. RGB value is (223,39,22). Sum of RGB (Red+Green+Blue) = 223+39+22=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2716 is #20D8E9. Grayscale: #5C5C5C. Windows color (decimal): -2152682 or 1451999. OLE color: 1451999.
HSL color Cylindrical-coordinate representation of color #DF2716: hue angle of 5.07º 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 #DF2716 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 22 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.13 |
| HSL | 5.07º | 0.82% | 0.48% | - |
| HSV(B) | 5.07º | 0.9% | 0.87% | - |
| XYZ | 31.3 | 17.2 | 2.43 | - |
| YUV | 92.08 | 88.46 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 22 | 0 | 0.83 | 0.90 | 0.13 | 5.07 | 0.82 | 0.48 |
| Hex | DF | 27 | 16 | 0 | 53 | 5A | D | 5 | 52 | 30 |
| Octal | 337 | 47 | 26 | 0 | 123 | 132 | 15 | 5 | 122 | 60 |
| Binary | 11011111 | 100111 | 10110 | 0 | 1010011 | 1011010 | 1101 | 101 | 1010010 | 110000 |
Color Harmonies of #DF2716
Complementary color
Monochromatic Colors of #DF2716
Black with #DF2716
Text Example
Text Example
White with #DF2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2716; }
p { color: rgb(223,39,22); }
H1.HeaderClassName
{
color: #DF2716;
}
.AnyTagClassName
{
color: #DF2716;
}
</style>
background-color css
<style>
a { background-color: #DF2716; }
a { background-color: rgb(223,39,22); }
div.DivClassName
{
background-color: #DF2716;
}
.BgClassName
{
background-color: #DF2716;
}
</style>
border-color css
<style>
span { border-color: #DF2716; }
span { border-color: rgb(223,39,22); }
td.TdClassName
{
border-color: #DF2716;
}
.TagClassName
{
border-color: #DF2716;
}
</style>