Html Css Color HEX #DF300F Harley Davidson Orange
📋 copy color: '#DF300F'red 223 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #DF300F
Tints of Harley Davidson Orange #DF300F
RGB
CMYK
RGB Variations
Color information
#DF300F (or 0xDF300F) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 0F. RGB value is (223,48,15). Sum of RGB (Red+Green+Blue) = 223+48+15=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF300F is #20CFF0. Grayscale: #606060. Windows color (decimal): -2150385 or 995551. OLE color: 995551.
HSL color Cylindrical-coordinate representation of color #DF300F: hue angle of 9.52º 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 #DF300F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 15 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.13 |
| HSL | 9.52º | 0.87% | 0.47% | - |
| HSV(B) | 9.52º | 0.93% | 0.87% | - |
| XYZ | 31.57 | 17.84 | 2.23 | - |
| YUV | 96.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 15 | 0 | 0.78 | 0.93 | 0.13 | 9.52 | 0.87 | 0.47 |
| Hex | DF | 30 | F | 0 | 4E | 5D | D | A | 57 | 2F |
| Octal | 337 | 60 | 17 | 0 | 116 | 135 | 15 | 12 | 127 | 57 |
| Binary | 11011111 | 110000 | 1111 | 0 | 1001110 | 1011101 | 1101 | 1010 | 1010111 | 101111 |
Color Harmonies of #DF300F
Complementary color
Monochromatic Colors of #DF300F
Black with #DF300F
Text Example
Text Example
White with #DF300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF300F; }
p { color: rgb(223,48,15); }
H1.HeaderClassName
{
color: #DF300F;
}
.AnyTagClassName
{
color: #DF300F;
}
</style>
background-color css
<style>
a { background-color: #DF300F; }
a { background-color: rgb(223,48,15); }
div.DivClassName
{
background-color: #DF300F;
}
.BgClassName
{
background-color: #DF300F;
}
</style>
border-color css
<style>
span { border-color: #DF300F; }
span { border-color: rgb(223,48,15); }
td.TdClassName
{
border-color: #DF300F;
}
.TagClassName
{
border-color: #DF300F;
}
</style>