Html Css Color HEX #DF301F Harley Davidson Orange
📋 copy color: '#DF301F'red 223 ◦ green 48 ◦ blue 31
Shades of Harley Davidson Orange #DF301F
Tints of Harley Davidson Orange #DF301F
RGB
CMYK
RGB Variations
Color information
#DF301F (or 0xDF301F) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 1F. RGB value is (223,48,31). Sum of RGB (Red+Green+Blue) = 223+48+31=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF301F is #20CFE0. Grayscale: #626262. Windows color (decimal): -2150369 or 2044127. OLE color: 2044127.
HSL color Cylindrical-coordinate representation of color #DF301F: hue angle of 5.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF301F is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 31 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.13 |
| HSL | 5.31º | 0.76% | 0.5% | - |
| HSV(B) | 5.31º | 0.86% | 0.87% | - |
| XYZ | 31.74 | 17.9 | 3.08 | - |
| YUV | 98.39 | 89.98 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 31 | 0 | 0.78 | 0.86 | 0.13 | 5.31 | 0.76 | 0.5 |
| Hex | DF | 30 | 1F | 0 | 4E | 56 | D | 5 | 4C | 32 |
| Octal | 337 | 60 | 37 | 0 | 116 | 126 | 15 | 5 | 114 | 62 |
| Binary | 11011111 | 110000 | 11111 | 0 | 1001110 | 1010110 | 1101 | 101 | 1001100 | 110010 |
Color Harmonies of #DF301F
Complementary color
Monochromatic Colors of #DF301F
Black with #DF301F
Text Example
Text Example
White with #DF301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF301F; }
p { color: rgb(223,48,31); }
H1.HeaderClassName
{
color: #DF301F;
}
.AnyTagClassName
{
color: #DF301F;
}
</style>
background-color css
<style>
a { background-color: #DF301F; }
a { background-color: rgb(223,48,31); }
div.DivClassName
{
background-color: #DF301F;
}
.BgClassName
{
background-color: #DF301F;
}
</style>
border-color css
<style>
span { border-color: #DF301F; }
span { border-color: rgb(223,48,31); }
td.TdClassName
{
border-color: #DF301F;
}
.TagClassName
{
border-color: #DF301F;
}
</style>