Html Css Color HEX #DF3507 Harley Davidson Orange
📋 copy color: '#DF3507'red 223 ◦ green 53 ◦ blue 7
Shades of Harley Davidson Orange #DF3507
Tints of Harley Davidson Orange #DF3507
RGB
CMYK
RGB Variations
Color information
#DF3507 (or 0xDF3507) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 07. RGB value is (223,53,7). Sum of RGB (Red+Green+Blue) = 223+53+7=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3507 is #20CAF8. Grayscale: #626262. Windows color (decimal): -2149113 or 472543. OLE color: 472543.
HSL color Cylindrical-coordinate representation of color #DF3507: hue angle of 12.78º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF3507 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 7 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.13 |
| HSL | 12.78º | 0.94% | 0.45% | - |
| HSV(B) | 12.78º | 0.97% | 0.87% | - |
| XYZ | 31.74 | 18.25 | 2.05 | - |
| YUV | 98.59 | 76.32 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 7 | 0 | 0.76 | 0.97 | 0.13 | 12.78 | 0.94 | 0.45 |
| Hex | DF | 35 | 7 | 0 | 4C | 61 | D | D | 5E | 2D |
| Octal | 337 | 65 | 7 | 0 | 114 | 141 | 15 | 15 | 136 | 55 |
| Binary | 11011111 | 110101 | 111 | 0 | 1001100 | 1100001 | 1101 | 1101 | 1011110 | 101101 |
Color Harmonies of #DF3507
Complementary color
Monochromatic Colors of #DF3507
Black with #DF3507
Text Example
Text Example
White with #DF3507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3507; }
p { color: rgb(223,53,7); }
H1.HeaderClassName
{
color: #DF3507;
}
.AnyTagClassName
{
color: #DF3507;
}
</style>
background-color css
<style>
a { background-color: #DF3507; }
a { background-color: rgb(223,53,7); }
div.DivClassName
{
background-color: #DF3507;
}
.BgClassName
{
background-color: #DF3507;
}
</style>
border-color css
<style>
span { border-color: #DF3507; }
span { border-color: rgb(223,53,7); }
td.TdClassName
{
border-color: #DF3507;
}
.TagClassName
{
border-color: #DF3507;
}
</style>