Html Css Color HEX #DF360D Harley Davidson Orange
📋 copy color: '#DF360D'red 223 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #DF360D
Tints of Harley Davidson Orange #DF360D
RGB
CMYK
RGB Variations
Color information
#DF360D (or 0xDF360D) is known color: Harley Davidson Orange. HEX triplet: DF, 36 and 0D. RGB value is (223,54,13). Sum of RGB (Red+Green+Blue) = 223+54+13=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF360D is #20C9F2. Grayscale: #646464. Windows color (decimal): -2148851 or 866015. OLE color: 866015.
HSL color Cylindrical-coordinate representation of color #DF360D: hue angle of 11.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF360D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.13 |
| HSL | 11.71º | 0.89% | 0.46% | - |
| HSV(B) | 11.71º | 0.94% | 0.87% | - |
| XYZ | 31.82 | 18.36 | 2.25 | - |
| YUV | 99.86 | 78.99 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 13 | 0 | 0.76 | 0.94 | 0.13 | 11.71 | 0.89 | 0.46 |
| Hex | DF | 36 | D | 0 | 4C | 5E | D | C | 59 | 2E |
| Octal | 337 | 66 | 15 | 0 | 114 | 136 | 15 | 14 | 131 | 56 |
| Binary | 11011111 | 110110 | 1101 | 0 | 1001100 | 1011110 | 1101 | 1100 | 1011001 | 101110 |
Color Harmonies of #DF360D
Complementary color
Monochromatic Colors of #DF360D
Black with #DF360D
Text Example
Text Example
White with #DF360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF360D; }
p { color: rgb(223,54,13); }
H1.HeaderClassName
{
color: #DF360D;
}
.AnyTagClassName
{
color: #DF360D;
}
</style>
background-color css
<style>
a { background-color: #DF360D; }
a { background-color: rgb(223,54,13); }
div.DivClassName
{
background-color: #DF360D;
}
.BgClassName
{
background-color: #DF360D;
}
</style>
border-color css
<style>
span { border-color: #DF360D; }
span { border-color: rgb(223,54,13); }
td.TdClassName
{
border-color: #DF360D;
}
.TagClassName
{
border-color: #DF360D;
}
</style>