Html Css Color HEX #DF3010 Harley Davidson Orange
📋 copy color: '#DF3010'red 223 ◦ green 48 ◦ blue 16
Shades of Harley Davidson Orange #DF3010
Tints of Harley Davidson Orange #DF3010
RGB
CMYK
RGB Variations
Color information
#DF3010 (or 0xDF3010) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 10. RGB value is (223,48,16). Sum of RGB (Red+Green+Blue) = 223+48+16=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3010 is #20CFEF. Grayscale: #606060. Windows color (decimal): -2150384 or 1061087. OLE color: 1061087.
HSL color Cylindrical-coordinate representation of color #DF3010: hue angle of 9.28º 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 #DF3010 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.13 |
| HSL | 9.28º | 0.87% | 0.47% | - |
| HSV(B) | 9.28º | 0.93% | 0.87% | - |
| XYZ | 31.58 | 17.84 | 2.27 | - |
| YUV | 96.68 | 82.48 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 16 | 0 | 0.78 | 0.93 | 0.13 | 9.28 | 0.87 | 0.47 |
| Hex | DF | 30 | 10 | 0 | 4E | 5D | D | 9 | 57 | 2F |
| Octal | 337 | 60 | 20 | 0 | 116 | 135 | 15 | 11 | 127 | 57 |
| Binary | 11011111 | 110000 | 10000 | 0 | 1001110 | 1011101 | 1101 | 1001 | 1010111 | 101111 |
Color Harmonies of #DF3010
Complementary color
Monochromatic Colors of #DF3010
Black with #DF3010
Text Example
Text Example
White with #DF3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3010; }
p { color: rgb(223,48,16); }
H1.HeaderClassName
{
color: #DF3010;
}
.AnyTagClassName
{
color: #DF3010;
}
</style>
background-color css
<style>
a { background-color: #DF3010; }
a { background-color: rgb(223,48,16); }
div.DivClassName
{
background-color: #DF3010;
}
.BgClassName
{
background-color: #DF3010;
}
</style>
border-color css
<style>
span { border-color: #DF3010; }
span { border-color: rgb(223,48,16); }
td.TdClassName
{
border-color: #DF3010;
}
.TagClassName
{
border-color: #DF3010;
}
</style>