Html Css Color HEX #DF2304 Harley Davidson Orange
📋 copy color: '#DF2304'red 223 ◦ green 35 ◦ blue 4
Shades of Harley Davidson Orange #DF2304
Tints of Harley Davidson Orange #DF2304
RGB
CMYK
RGB Variations
Color information
#DF2304 (or 0xDF2304) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 04. RGB value is (223,35,4). Sum of RGB (Red+Green+Blue) = 223+35+4=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2304 is #20DCFB. Grayscale: #575757. Windows color (decimal): -2153724 or 271327. OLE color: 271327.
HSL color Cylindrical-coordinate representation of color #DF2304: hue angle of 8.49º 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 #DF2304 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.13 |
| HSL | 8.49º | 0.96% | 0.45% | - |
| HSV(B) | 8.49º | 0.98% | 0.87% | - |
| XYZ | 31.05 | 16.9 | 1.74 | - |
| YUV | 87.68 | 80.78 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 4 | 0 | 0.84 | 0.98 | 0.13 | 8.49 | 0.96 | 0.45 |
| Hex | DF | 23 | 4 | 0 | 54 | 62 | D | 8 | 60 | 2D |
| Octal | 337 | 43 | 4 | 0 | 124 | 142 | 15 | 10 | 140 | 55 |
| Binary | 11011111 | 100011 | 100 | 0 | 1010100 | 1100010 | 1101 | 1000 | 1100000 | 101101 |
Color Harmonies of #DF2304
Complementary color
Monochromatic Colors of #DF2304
Black with #DF2304
Text Example
Text Example
White with #DF2304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2304; }
p { color: rgb(223,35,4); }
H1.HeaderClassName
{
color: #DF2304;
}
.AnyTagClassName
{
color: #DF2304;
}
</style>
background-color css
<style>
a { background-color: #DF2304; }
a { background-color: rgb(223,35,4); }
div.DivClassName
{
background-color: #DF2304;
}
.BgClassName
{
background-color: #DF2304;
}
</style>
border-color css
<style>
span { border-color: #DF2304; }
span { border-color: rgb(223,35,4); }
td.TdClassName
{
border-color: #DF2304;
}
.TagClassName
{
border-color: #DF2304;
}
</style>