Html Css Color HEX #DF2209 Harley Davidson Orange
📋 copy color: '#DF2209'red 223 ◦ green 34 ◦ blue 9
Shades of Harley Davidson Orange #DF2209
Tints of Harley Davidson Orange #DF2209
RGB
CMYK
RGB Variations
Color information
#DF2209 (or 0xDF2209) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 09. RGB value is (223,34,9). Sum of RGB (Red+Green+Blue) = 223+34+9=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2209 is #20DDF6. Grayscale: #575757. Windows color (decimal): -2153975 or 598751. OLE color: 598751.
HSL color Cylindrical-coordinate representation of color #DF2209: hue angle of 7.01º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF2209 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.13 |
| HSL | 7.01º | 0.92% | 0.45% | - |
| HSV(B) | 7.01º | 0.96% | 0.87% | - |
| XYZ | 31.05 | 16.85 | 1.87 | - |
| YUV | 87.66 | 83.62 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 9 | 0 | 0.85 | 0.96 | 0.13 | 7.01 | 0.92 | 0.45 |
| Hex | DF | 22 | 9 | 0 | 55 | 60 | D | 7 | 5C | 2D |
| Octal | 337 | 42 | 11 | 0 | 125 | 140 | 15 | 7 | 134 | 55 |
| Binary | 11011111 | 100010 | 1001 | 0 | 1010101 | 1100000 | 1101 | 111 | 1011100 | 101101 |
Color Harmonies of #DF2209
Complementary color
Monochromatic Colors of #DF2209
Black with #DF2209
Text Example
Text Example
White with #DF2209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2209; }
p { color: rgb(223,34,9); }
H1.HeaderClassName
{
color: #DF2209;
}
.AnyTagClassName
{
color: #DF2209;
}
</style>
background-color css
<style>
a { background-color: #DF2209; }
a { background-color: rgb(223,34,9); }
div.DivClassName
{
background-color: #DF2209;
}
.BgClassName
{
background-color: #DF2209;
}
</style>
border-color css
<style>
span { border-color: #DF2209; }
span { border-color: rgb(223,34,9); }
td.TdClassName
{
border-color: #DF2209;
}
.TagClassName
{
border-color: #DF2209;
}
</style>