Html Css Color HEX #DF2904 Harley Davidson Orange
📋 copy color: '#DF2904'red 223 ◦ green 41 ◦ blue 4
Shades of Harley Davidson Orange #DF2904
Tints of Harley Davidson Orange #DF2904
RGB
CMYK
RGB Variations
Color information
#DF2904 (or 0xDF2904) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 04. RGB value is (223,41,4). Sum of RGB (Red+Green+Blue) = 223+41+4=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2904 is #20D6FB. Grayscale: #5B5B5B. Windows color (decimal): -2152188 or 272863. OLE color: 272863.
HSL color Cylindrical-coordinate representation of color #DF2904: hue angle of 10.14º 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 #DF2904 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.13 |
| HSL | 10.14º | 0.96% | 0.45% | - |
| HSV(B) | 10.14º | 0.98% | 0.87% | - |
| XYZ | 31.25 | 17.28 | 1.8 | - |
| YUV | 91.2 | 78.8 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 4 | 0 | 0.82 | 0.98 | 0.13 | 10.14 | 0.96 | 0.45 |
| Hex | DF | 29 | 4 | 0 | 52 | 62 | D | A | 60 | 2D |
| Octal | 337 | 51 | 4 | 0 | 122 | 142 | 15 | 12 | 140 | 55 |
| Binary | 11011111 | 101001 | 100 | 0 | 1010010 | 1100010 | 1101 | 1010 | 1100000 | 101101 |
Color Harmonies of #DF2904
Complementary color
Monochromatic Colors of #DF2904
Black with #DF2904
Text Example
Text Example
White with #DF2904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2904; }
p { color: rgb(223,41,4); }
H1.HeaderClassName
{
color: #DF2904;
}
.AnyTagClassName
{
color: #DF2904;
}
</style>
background-color css
<style>
a { background-color: #DF2904; }
a { background-color: rgb(223,41,4); }
div.DivClassName
{
background-color: #DF2904;
}
.BgClassName
{
background-color: #DF2904;
}
</style>
border-color css
<style>
span { border-color: #DF2904; }
span { border-color: rgb(223,41,4); }
td.TdClassName
{
border-color: #DF2904;
}
.TagClassName
{
border-color: #DF2904;
}
</style>