Html Css Color HEX #DF380E Harley Davidson Orange
📋 copy color: '#DF380E'red 223 ◦ green 56 ◦ blue 14
Shades of Harley Davidson Orange #DF380E
Tints of Harley Davidson Orange #DF380E
RGB
CMYK
RGB Variations
Color information
#DF380E (or 0xDF380E) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 0E. RGB value is (223,56,14). Sum of RGB (Red+Green+Blue) = 223+56+14=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF380E is #20C7F1. Grayscale: #656565. Windows color (decimal): -2148338 or 932063. OLE color: 932063.
HSL color Cylindrical-coordinate representation of color #DF380E: hue angle of 12.06º degrees, saturation: 0.88, 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 #DF380E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.13 |
| HSL | 12.06º | 0.88% | 0.46% | - |
| HSV(B) | 12.06º | 0.94% | 0.87% | - |
| XYZ | 31.92 | 18.55 | 2.31 | - |
| YUV | 101.15 | 78.83 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 14 | 0 | 0.75 | 0.94 | 0.13 | 12.06 | 0.88 | 0.46 |
| Hex | DF | 38 | E | 0 | 4B | 5E | D | C | 58 | 2E |
| Octal | 337 | 70 | 16 | 0 | 113 | 136 | 15 | 14 | 130 | 56 |
| Binary | 11011111 | 111000 | 1110 | 0 | 1001011 | 1011110 | 1101 | 1100 | 1011000 | 101110 |
Color Harmonies of #DF380E
Complementary color
Monochromatic Colors of #DF380E
Black with #DF380E
Text Example
Text Example
White with #DF380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF380E; }
p { color: rgb(223,56,14); }
H1.HeaderClassName
{
color: #DF380E;
}
.AnyTagClassName
{
color: #DF380E;
}
</style>
background-color css
<style>
a { background-color: #DF380E; }
a { background-color: rgb(223,56,14); }
div.DivClassName
{
background-color: #DF380E;
}
.BgClassName
{
background-color: #DF380E;
}
</style>
border-color css
<style>
span { border-color: #DF380E; }
span { border-color: rgb(223,56,14); }
td.TdClassName
{
border-color: #DF380E;
}
.TagClassName
{
border-color: #DF380E;
}
</style>