Html Css Color HEX #DF2710 Harley Davidson Orange
📋 copy color: '#DF2710'red 223 ◦ green 39 ◦ blue 16
Shades of Harley Davidson Orange #DF2710
Tints of Harley Davidson Orange #DF2710
RGB
CMYK
RGB Variations
Color information
#DF2710 (or 0xDF2710) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 10. RGB value is (223,39,16). Sum of RGB (Red+Green+Blue) = 223+39+16=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2710 is #20D8EF. Grayscale: #5B5B5B. Windows color (decimal): -2152688 or 1058783. OLE color: 1058783.
HSL color Cylindrical-coordinate representation of color #DF2710: hue angle of 6.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF2710 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 16 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.13 |
| HSL | 6.67º | 0.87% | 0.47% | - |
| HSV(B) | 6.67º | 0.93% | 0.87% | - |
| XYZ | 31.25 | 17.18 | 2.16 | - |
| YUV | 91.39 | 85.46 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 16 | 0 | 0.83 | 0.93 | 0.13 | 6.67 | 0.87 | 0.47 |
| Hex | DF | 27 | 10 | 0 | 53 | 5D | D | 7 | 57 | 2F |
| Octal | 337 | 47 | 20 | 0 | 123 | 135 | 15 | 7 | 127 | 57 |
| Binary | 11011111 | 100111 | 10000 | 0 | 1010011 | 1011101 | 1101 | 111 | 1010111 | 101111 |
Color Harmonies of #DF2710
Complementary color
Monochromatic Colors of #DF2710
Black with #DF2710
Text Example
Text Example
White with #DF2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2710; }
p { color: rgb(223,39,16); }
H1.HeaderClassName
{
color: #DF2710;
}
.AnyTagClassName
{
color: #DF2710;
}
</style>
background-color css
<style>
a { background-color: #DF2710; }
a { background-color: rgb(223,39,16); }
div.DivClassName
{
background-color: #DF2710;
}
.BgClassName
{
background-color: #DF2710;
}
</style>
border-color css
<style>
span { border-color: #DF2710; }
span { border-color: rgb(223,39,16); }
td.TdClassName
{
border-color: #DF2710;
}
.TagClassName
{
border-color: #DF2710;
}
</style>