Html Css Color HEX #DF2205 Harley Davidson Orange
📋 copy color: '#DF2205'red 223 ◦ green 34 ◦ blue 5
Shades of Harley Davidson Orange #DF2205
Tints of Harley Davidson Orange #DF2205
RGB
CMYK
RGB Variations
Color information
#DF2205 (or 0xDF2205) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 05. RGB value is (223,34,5). Sum of RGB (Red+Green+Blue) = 223+34+5=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2205 is #20DDFA. Grayscale: #575757. Windows color (decimal): -2153979 or 336607. OLE color: 336607.
HSL color Cylindrical-coordinate representation of color #DF2205: hue angle of 7.98º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF2205 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.13 |
| HSL | 7.98º | 0.96% | 0.45% | - |
| HSV(B) | 7.98º | 0.98% | 0.87% | - |
| XYZ | 31.03 | 16.84 | 1.76 | - |
| YUV | 87.21 | 81.62 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 5 | 0 | 0.85 | 0.98 | 0.13 | 7.98 | 0.96 | 0.45 |
| Hex | DF | 22 | 5 | 0 | 55 | 62 | D | 8 | 60 | 2D |
| Octal | 337 | 42 | 5 | 0 | 125 | 142 | 15 | 10 | 140 | 55 |
| Binary | 11011111 | 100010 | 101 | 0 | 1010101 | 1100010 | 1101 | 1000 | 1100000 | 101101 |
Color Harmonies of #DF2205
Complementary color
Monochromatic Colors of #DF2205
Black with #DF2205
Text Example
Text Example
White with #DF2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2205; }
p { color: rgb(223,34,5); }
H1.HeaderClassName
{
color: #DF2205;
}
.AnyTagClassName
{
color: #DF2205;
}
</style>
background-color css
<style>
a { background-color: #DF2205; }
a { background-color: rgb(223,34,5); }
div.DivClassName
{
background-color: #DF2205;
}
.BgClassName
{
background-color: #DF2205;
}
</style>
border-color css
<style>
span { border-color: #DF2205; }
span { border-color: rgb(223,34,5); }
td.TdClassName
{
border-color: #DF2205;
}
.TagClassName
{
border-color: #DF2205;
}
</style>