Html Css Color HEX #DF2604 Harley Davidson Orange
📋 copy color: '#DF2604'red 223 ◦ green 38 ◦ blue 4
Shades of Harley Davidson Orange #DF2604
Tints of Harley Davidson Orange #DF2604
RGB
CMYK
RGB Variations
Color information
#DF2604 (or 0xDF2604) is known color: Harley Davidson Orange. HEX triplet: DF, 26 and 04. RGB value is (223,38,4). Sum of RGB (Red+Green+Blue) = 223+38+4=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2604 is #20D9FB. Grayscale: #595959. Windows color (decimal): -2152956 or 272095. OLE color: 272095.
HSL color Cylindrical-coordinate representation of color #DF2604: hue angle of 9.32º 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 #DF2604 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.13 |
| HSL | 9.32º | 0.96% | 0.45% | - |
| HSV(B) | 9.32º | 0.98% | 0.87% | - |
| XYZ | 31.15 | 17.08 | 1.77 | - |
| YUV | 89.44 | 79.79 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 4 | 0 | 0.83 | 0.98 | 0.13 | 9.32 | 0.96 | 0.45 |
| Hex | DF | 26 | 4 | 0 | 53 | 62 | D | 9 | 60 | 2D |
| Octal | 337 | 46 | 4 | 0 | 123 | 142 | 15 | 11 | 140 | 55 |
| Binary | 11011111 | 100110 | 100 | 0 | 1010011 | 1100010 | 1101 | 1001 | 1100000 | 101101 |
Color Harmonies of #DF2604
Complementary color
Monochromatic Colors of #DF2604
Black with #DF2604
Text Example
Text Example
White with #DF2604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2604; }
p { color: rgb(223,38,4); }
H1.HeaderClassName
{
color: #DF2604;
}
.AnyTagClassName
{
color: #DF2604;
}
</style>
background-color css
<style>
a { background-color: #DF2604; }
a { background-color: rgb(223,38,4); }
div.DivClassName
{
background-color: #DF2604;
}
.BgClassName
{
background-color: #DF2604;
}
</style>
border-color css
<style>
span { border-color: #DF2604; }
span { border-color: rgb(223,38,4); }
td.TdClassName
{
border-color: #DF2604;
}
.TagClassName
{
border-color: #DF2604;
}
</style>