Html Css Color HEX #DF310B Harley Davidson Orange
📋 copy color: '#DF310B'red 223 ◦ green 49 ◦ blue 11
Shades of Harley Davidson Orange #DF310B
Tints of Harley Davidson Orange #DF310B
RGB
CMYK
RGB Variations
Color information
#DF310B (or 0xDF310B) is known color: Harley Davidson Orange. HEX triplet: DF, 31 and 0B. RGB value is (223,49,11). Sum of RGB (Red+Green+Blue) = 223+49+11=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF310B is #20CEF4. Grayscale: #616161. Windows color (decimal): -2150133 or 733663. OLE color: 733663.
HSL color Cylindrical-coordinate representation of color #DF310B: hue angle of 10.75º degrees, saturation: 0.91, 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 #DF310B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.13 |
| HSL | 10.75º | 0.91% | 0.46% | - |
| HSV(B) | 10.75º | 0.95% | 0.87% | - |
| XYZ | 31.59 | 17.91 | 2.11 | - |
| YUV | 96.69 | 79.65 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 11 | 0 | 0.78 | 0.95 | 0.13 | 10.75 | 0.91 | 0.46 |
| Hex | DF | 31 | B | 0 | 4E | 5F | D | B | 5B | 2E |
| Octal | 337 | 61 | 13 | 0 | 116 | 137 | 15 | 13 | 133 | 56 |
| Binary | 11011111 | 110001 | 1011 | 0 | 1001110 | 1011111 | 1101 | 1011 | 1011011 | 101110 |
Color Harmonies of #DF310B
Complementary color
Monochromatic Colors of #DF310B
Black with #DF310B
Text Example
Text Example
White with #DF310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF310B; }
p { color: rgb(223,49,11); }
H1.HeaderClassName
{
color: #DF310B;
}
.AnyTagClassName
{
color: #DF310B;
}
</style>
background-color css
<style>
a { background-color: #DF310B; }
a { background-color: rgb(223,49,11); }
div.DivClassName
{
background-color: #DF310B;
}
.BgClassName
{
background-color: #DF310B;
}
</style>
border-color css
<style>
span { border-color: #DF310B; }
span { border-color: rgb(223,49,11); }
td.TdClassName
{
border-color: #DF310B;
}
.TagClassName
{
border-color: #DF310B;
}
</style>