Html Css Color HEX #DF2A04 Harley Davidson Orange
📋 copy color: '#DF2A04'red 223 ◦ green 42 ◦ blue 4
Shades of Harley Davidson Orange #DF2A04
Tints of Harley Davidson Orange #DF2A04
RGB
CMYK
RGB Variations
Color information
#DF2A04 (or 0xDF2A04) is known color: Harley Davidson Orange. HEX triplet: DF, 2A and 04. RGB value is (223,42,4). Sum of RGB (Red+Green+Blue) = 223+42+4=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2A04 is #20D5FB. Grayscale: #5C5C5C. Windows color (decimal): -2151932 or 273119. OLE color: 273119.
HSL color Cylindrical-coordinate representation of color #DF2A04: hue angle of 10.41º 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 #DF2A04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.13 |
| HSL | 10.41º | 0.96% | 0.45% | - |
| HSV(B) | 10.41º | 0.98% | 0.87% | - |
| XYZ | 31.28 | 17.35 | 1.82 | - |
| YUV | 91.79 | 78.47 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 4 | 0 | 0.81 | 0.98 | 0.13 | 10.41 | 0.96 | 0.45 |
| Hex | DF | 2A | 4 | 0 | 51 | 62 | D | A | 60 | 2D |
| Octal | 337 | 52 | 4 | 0 | 121 | 142 | 15 | 12 | 140 | 55 |
| Binary | 11011111 | 101010 | 100 | 0 | 1010001 | 1100010 | 1101 | 1010 | 1100000 | 101101 |
Color Harmonies of #DF2A04
Complementary color
Monochromatic Colors of #DF2A04
Black with #DF2A04
Text Example
Text Example
White with #DF2A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A04; }
p { color: rgb(223,42,4); }
H1.HeaderClassName
{
color: #DF2A04;
}
.AnyTagClassName
{
color: #DF2A04;
}
</style>
background-color css
<style>
a { background-color: #DF2A04; }
a { background-color: rgb(223,42,4); }
div.DivClassName
{
background-color: #DF2A04;
}
.BgClassName
{
background-color: #DF2A04;
}
</style>
border-color css
<style>
span { border-color: #DF2A04; }
span { border-color: rgb(223,42,4); }
td.TdClassName
{
border-color: #DF2A04;
}
.TagClassName
{
border-color: #DF2A04;
}
</style>