Html Css Color HEX #DF2804 Harley Davidson Orange
📋 copy color: '#DF2804'red 223 ◦ green 40 ◦ blue 4
Shades of Harley Davidson Orange #DF2804
Tints of Harley Davidson Orange #DF2804
RGB
CMYK
RGB Variations
Color information
#DF2804 (or 0xDF2804) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 04. RGB value is (223,40,4). Sum of RGB (Red+Green+Blue) = 223+40+4=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2804 is #20D7FB. Grayscale: #5A5A5A. Windows color (decimal): -2152444 or 272607. OLE color: 272607.
HSL color Cylindrical-coordinate representation of color #DF2804: hue angle of 9.86º 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 #DF2804 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.13 |
| HSL | 9.86º | 0.96% | 0.45% | - |
| HSV(B) | 9.86º | 0.98% | 0.87% | - |
| XYZ | 31.21 | 17.21 | 1.79 | - |
| YUV | 90.61 | 79.13 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 4 | 0 | 0.82 | 0.98 | 0.13 | 9.86 | 0.96 | 0.45 |
| Hex | DF | 28 | 4 | 0 | 52 | 62 | D | A | 60 | 2D |
| Octal | 337 | 50 | 4 | 0 | 122 | 142 | 15 | 12 | 140 | 55 |
| Binary | 11011111 | 101000 | 100 | 0 | 1010010 | 1100010 | 1101 | 1010 | 1100000 | 101101 |
Color Harmonies of #DF2804
Complementary color
Monochromatic Colors of #DF2804
Black with #DF2804
Text Example
Text Example
White with #DF2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2804; }
p { color: rgb(223,40,4); }
H1.HeaderClassName
{
color: #DF2804;
}
.AnyTagClassName
{
color: #DF2804;
}
</style>
background-color css
<style>
a { background-color: #DF2804; }
a { background-color: rgb(223,40,4); }
div.DivClassName
{
background-color: #DF2804;
}
.BgClassName
{
background-color: #DF2804;
}
</style>
border-color css
<style>
span { border-color: #DF2804; }
span { border-color: rgb(223,40,4); }
td.TdClassName
{
border-color: #DF2804;
}
.TagClassName
{
border-color: #DF2804;
}
</style>