Html Css Color HEX #DF380A Harley Davidson Orange
📋 copy color: '#DF380A'red 223 ◦ green 56 ◦ blue 10
Shades of Harley Davidson Orange #DF380A
Tints of Harley Davidson Orange #DF380A
RGB
CMYK
RGB Variations
Color information
#DF380A (or 0xDF380A) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 0A. RGB value is (223,56,10). Sum of RGB (Red+Green+Blue) = 223+56+10=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF380A is #20C7F5. Grayscale: #656565. Windows color (decimal): -2148342 or 669919. OLE color: 669919.
HSL color Cylindrical-coordinate representation of color #DF380A: hue angle of 12.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF380A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.13 |
| HSL | 12.96º | 0.91% | 0.46% | - |
| HSV(B) | 12.96º | 0.96% | 0.87% | - |
| XYZ | 31.9 | 18.54 | 2.18 | - |
| YUV | 100.69 | 76.83 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 10 | 0 | 0.75 | 0.96 | 0.13 | 12.96 | 0.91 | 0.46 |
| Hex | DF | 38 | A | 0 | 4B | 60 | D | D | 5B | 2E |
| Octal | 337 | 70 | 12 | 0 | 113 | 140 | 15 | 15 | 133 | 56 |
| Binary | 11011111 | 111000 | 1010 | 0 | 1001011 | 1100000 | 1101 | 1101 | 1011011 | 101110 |
Color Harmonies of #DF380A
Complementary color
Monochromatic Colors of #DF380A
Black with #DF380A
Text Example
Text Example
White with #DF380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF380A; }
p { color: rgb(223,56,10); }
H1.HeaderClassName
{
color: #DF380A;
}
.AnyTagClassName
{
color: #DF380A;
}
</style>
background-color css
<style>
a { background-color: #DF380A; }
a { background-color: rgb(223,56,10); }
div.DivClassName
{
background-color: #DF380A;
}
.BgClassName
{
background-color: #DF380A;
}
</style>
border-color css
<style>
span { border-color: #DF380A; }
span { border-color: rgb(223,56,10); }
td.TdClassName
{
border-color: #DF380A;
}
.TagClassName
{
border-color: #DF380A;
}
</style>