Html Css Color HEX #DF301E Harley Davidson Orange
📋 copy color: '#DF301E'red 223 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #DF301E
Tints of Harley Davidson Orange #DF301E
RGB
CMYK
RGB Variations
Color information
#DF301E (or 0xDF301E) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 1E. RGB value is (223,48,30). Sum of RGB (Red+Green+Blue) = 223+48+30=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF301E is #20CFE1. Grayscale: #626262. Windows color (decimal): -2150370 or 1978591. OLE color: 1978591.
HSL color Cylindrical-coordinate representation of color #DF301E: hue angle of 5.6º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF301E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.13 |
| HSL | 5.6º | 0.76% | 0.5% | - |
| HSV(B) | 5.6º | 0.87% | 0.87% | - |
| XYZ | 31.72 | 17.9 | 3.01 | - |
| YUV | 98.27 | 89.48 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 30 | 0 | 0.78 | 0.87 | 0.13 | 5.6 | 0.76 | 0.5 |
| Hex | DF | 30 | 1E | 0 | 4E | 57 | D | 6 | 4C | 32 |
| Octal | 337 | 60 | 36 | 0 | 116 | 127 | 15 | 6 | 114 | 62 |
| Binary | 11011111 | 110000 | 11110 | 0 | 1001110 | 1010111 | 1101 | 110 | 1001100 | 110010 |
Color Harmonies of #DF301E
Complementary color
Monochromatic Colors of #DF301E
Black with #DF301E
Text Example
Text Example
White with #DF301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF301E; }
p { color: rgb(223,48,30); }
H1.HeaderClassName
{
color: #DF301E;
}
.AnyTagClassName
{
color: #DF301E;
}
</style>
background-color css
<style>
a { background-color: #DF301E; }
a { background-color: rgb(223,48,30); }
div.DivClassName
{
background-color: #DF301E;
}
.BgClassName
{
background-color: #DF301E;
}
</style>
border-color css
<style>
span { border-color: #DF301E; }
span { border-color: rgb(223,48,30); }
td.TdClassName
{
border-color: #DF301E;
}
.TagClassName
{
border-color: #DF301E;
}
</style>