Html Css Color HEX #DF350C Harley Davidson Orange
📋 copy color: '#DF350C'red 223 ◦ green 53 ◦ blue 12
Shades of Harley Davidson Orange #DF350C
Tints of Harley Davidson Orange #DF350C
RGB
CMYK
RGB Variations
Color information
#DF350C (or 0xDF350C) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 0C. RGB value is (223,53,12). Sum of RGB (Red+Green+Blue) = 223+53+12=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF350C is #20CAF3. Grayscale: #636363. Windows color (decimal): -2149108 or 800223. OLE color: 800223.
HSL color Cylindrical-coordinate representation of color #DF350C: hue angle of 11.66º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF350C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.13 |
| HSL | 11.66º | 0.9% | 0.46% | - |
| HSV(B) | 11.66º | 0.95% | 0.87% | - |
| XYZ | 31.77 | 18.26 | 2.2 | - |
| YUV | 99.16 | 78.82 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 12 | 0 | 0.76 | 0.95 | 0.13 | 11.66 | 0.9 | 0.46 |
| Hex | DF | 35 | C | 0 | 4C | 5F | D | C | 5A | 2E |
| Octal | 337 | 65 | 14 | 0 | 114 | 137 | 15 | 14 | 132 | 56 |
| Binary | 11011111 | 110101 | 1100 | 0 | 1001100 | 1011111 | 1101 | 1100 | 1011010 | 101110 |
Color Harmonies of #DF350C
Complementary color
Monochromatic Colors of #DF350C
Black with #DF350C
Text Example
Text Example
White with #DF350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF350C; }
p { color: rgb(223,53,12); }
H1.HeaderClassName
{
color: #DF350C;
}
.AnyTagClassName
{
color: #DF350C;
}
</style>
background-color css
<style>
a { background-color: #DF350C; }
a { background-color: rgb(223,53,12); }
div.DivClassName
{
background-color: #DF350C;
}
.BgClassName
{
background-color: #DF350C;
}
</style>
border-color css
<style>
span { border-color: #DF350C; }
span { border-color: rgb(223,53,12); }
td.TdClassName
{
border-color: #DF350C;
}
.TagClassName
{
border-color: #DF350C;
}
</style>