Html Css Color HEX #DF350F Harley Davidson Orange
📋 copy color: '#DF350F'red 223 ◦ green 53 ◦ blue 15
Shades of Harley Davidson Orange #DF350F
Tints of Harley Davidson Orange #DF350F
RGB
CMYK
RGB Variations
Color information
#DF350F (or 0xDF350F) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 0F. RGB value is (223,53,15). Sum of RGB (Red+Green+Blue) = 223+53+15=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF350F is #20CAF0. Grayscale: #636363. Windows color (decimal): -2149105 or 996831. OLE color: 996831.
HSL color Cylindrical-coordinate representation of color #DF350F: hue angle of 10.96º 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 #DF350F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 15 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.13 |
| HSL | 10.96º | 0.87% | 0.47% | - |
| HSV(B) | 10.96º | 0.93% | 0.87% | - |
| XYZ | 31.79 | 18.27 | 2.3 | - |
| YUV | 99.5 | 80.32 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 15 | 0 | 0.76 | 0.93 | 0.13 | 10.96 | 0.87 | 0.47 |
| Hex | DF | 35 | F | 0 | 4C | 5D | D | B | 57 | 2F |
| Octal | 337 | 65 | 17 | 0 | 114 | 135 | 15 | 13 | 127 | 57 |
| Binary | 11011111 | 110101 | 1111 | 0 | 1001100 | 1011101 | 1101 | 1011 | 1010111 | 101111 |
Color Harmonies of #DF350F
Complementary color
Monochromatic Colors of #DF350F
Black with #DF350F
Text Example
Text Example
White with #DF350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF350F; }
p { color: rgb(223,53,15); }
H1.HeaderClassName
{
color: #DF350F;
}
.AnyTagClassName
{
color: #DF350F;
}
</style>
background-color css
<style>
a { background-color: #DF350F; }
a { background-color: rgb(223,53,15); }
div.DivClassName
{
background-color: #DF350F;
}
.BgClassName
{
background-color: #DF350F;
}
</style>
border-color css
<style>
span { border-color: #DF350F; }
span { border-color: rgb(223,53,15); }
td.TdClassName
{
border-color: #DF350F;
}
.TagClassName
{
border-color: #DF350F;
}
</style>