Html Css Color HEX #DF2610 Harley Davidson Orange
📋 copy color: '#DF2610'red 223 ◦ green 38 ◦ blue 16
Shades of Harley Davidson Orange #DF2610
Tints of Harley Davidson Orange #DF2610
RGB
CMYK
RGB Variations
Color information
#DF2610 (or 0xDF2610) is known color: Harley Davidson Orange. HEX triplet: DF, 26 and 10. RGB value is (223,38,16). Sum of RGB (Red+Green+Blue) = 223+38+16=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2610 is #20D9EF. Grayscale: #5B5B5B. Windows color (decimal): -2152944 or 1058527. OLE color: 1058527.
HSL color Cylindrical-coordinate representation of color #DF2610: hue angle of 6.38º 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 #DF2610 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 16 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.13 |
| HSL | 6.38º | 0.87% | 0.47% | - |
| HSV(B) | 6.38º | 0.93% | 0.87% | - |
| XYZ | 31.22 | 17.11 | 2.15 | - |
| YUV | 90.81 | 85.79 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 16 | 0 | 0.83 | 0.93 | 0.13 | 6.38 | 0.87 | 0.47 |
| Hex | DF | 26 | 10 | 0 | 53 | 5D | D | 6 | 57 | 2F |
| Octal | 337 | 46 | 20 | 0 | 123 | 135 | 15 | 6 | 127 | 57 |
| Binary | 11011111 | 100110 | 10000 | 0 | 1010011 | 1011101 | 1101 | 110 | 1010111 | 101111 |
Color Harmonies of #DF2610
Complementary color
Monochromatic Colors of #DF2610
Black with #DF2610
Text Example
Text Example
White with #DF2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2610; }
p { color: rgb(223,38,16); }
H1.HeaderClassName
{
color: #DF2610;
}
.AnyTagClassName
{
color: #DF2610;
}
</style>
background-color css
<style>
a { background-color: #DF2610; }
a { background-color: rgb(223,38,16); }
div.DivClassName
{
background-color: #DF2610;
}
.BgClassName
{
background-color: #DF2610;
}
</style>
border-color css
<style>
span { border-color: #DF2610; }
span { border-color: rgb(223,38,16); }
td.TdClassName
{
border-color: #DF2610;
}
.TagClassName
{
border-color: #DF2610;
}
</style>