Html Css Color HEX #DF2206 Harley Davidson Orange
📋 copy color: '#DF2206'red 223 ◦ green 34 ◦ blue 6
Shades of Harley Davidson Orange #DF2206
Tints of Harley Davidson Orange #DF2206
RGB
CMYK
RGB Variations
Color information
#DF2206 (or 0xDF2206) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 06. RGB value is (223,34,6). Sum of RGB (Red+Green+Blue) = 223+34+6=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2206 is #20DDF9. Grayscale: #575757. Windows color (decimal): -2153978 or 402143. OLE color: 402143.
HSL color Cylindrical-coordinate representation of color #DF2206: hue angle of 7.74º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF2206 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.13 |
| HSL | 7.74º | 0.95% | 0.45% | - |
| HSV(B) | 7.74º | 0.97% | 0.87% | - |
| XYZ | 31.04 | 16.85 | 1.79 | - |
| YUV | 87.32 | 82.12 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 6 | 0 | 0.85 | 0.97 | 0.13 | 7.74 | 0.95 | 0.45 |
| Hex | DF | 22 | 6 | 0 | 55 | 61 | D | 8 | 5F | 2D |
| Octal | 337 | 42 | 6 | 0 | 125 | 141 | 15 | 10 | 137 | 55 |
| Binary | 11011111 | 100010 | 110 | 0 | 1010101 | 1100001 | 1101 | 1000 | 1011111 | 101101 |
Color Harmonies of #DF2206
Complementary color
Monochromatic Colors of #DF2206
Black with #DF2206
Text Example
Text Example
White with #DF2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2206; }
p { color: rgb(223,34,6); }
H1.HeaderClassName
{
color: #DF2206;
}
.AnyTagClassName
{
color: #DF2206;
}
</style>
background-color css
<style>
a { background-color: #DF2206; }
a { background-color: rgb(223,34,6); }
div.DivClassName
{
background-color: #DF2206;
}
.BgClassName
{
background-color: #DF2206;
}
</style>
border-color css
<style>
span { border-color: #DF2206; }
span { border-color: rgb(223,34,6); }
td.TdClassName
{
border-color: #DF2206;
}
.TagClassName
{
border-color: #DF2206;
}
</style>