Html Css Color HEX #DF2704 Harley Davidson Orange
📋 copy color: '#DF2704'red 223 ◦ green 39 ◦ blue 4
Shades of Harley Davidson Orange #DF2704
Tints of Harley Davidson Orange #DF2704
RGB
CMYK
RGB Variations
Color information
#DF2704 (or 0xDF2704) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 04. RGB value is (223,39,4). Sum of RGB (Red+Green+Blue) = 223+39+4=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2704 is #20D8FB. Grayscale: #5A5A5A. Windows color (decimal): -2152700 or 272351. OLE color: 272351.
HSL color Cylindrical-coordinate representation of color #DF2704: hue angle of 9.59º 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 #DF2704 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.13 |
| HSL | 9.59º | 0.96% | 0.45% | - |
| HSV(B) | 9.59º | 0.98% | 0.87% | - |
| XYZ | 31.18 | 17.15 | 1.78 | - |
| YUV | 90.03 | 79.46 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 4 | 0 | 0.83 | 0.98 | 0.13 | 9.59 | 0.96 | 0.45 |
| Hex | DF | 27 | 4 | 0 | 53 | 62 | D | A | 60 | 2D |
| Octal | 337 | 47 | 4 | 0 | 123 | 142 | 15 | 12 | 140 | 55 |
| Binary | 11011111 | 100111 | 100 | 0 | 1010011 | 1100010 | 1101 | 1010 | 1100000 | 101101 |
Color Harmonies of #DF2704
Complementary color
Monochromatic Colors of #DF2704
Black with #DF2704
Text Example
Text Example
White with #DF2704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2704; }
p { color: rgb(223,39,4); }
H1.HeaderClassName
{
color: #DF2704;
}
.AnyTagClassName
{
color: #DF2704;
}
</style>
background-color css
<style>
a { background-color: #DF2704; }
a { background-color: rgb(223,39,4); }
div.DivClassName
{
background-color: #DF2704;
}
.BgClassName
{
background-color: #DF2704;
}
</style>
border-color css
<style>
span { border-color: #DF2704; }
span { border-color: rgb(223,39,4); }
td.TdClassName
{
border-color: #DF2704;
}
.TagClassName
{
border-color: #DF2704;
}
</style>