Html Css Color HEX #DF390C Harley Davidson Orange
📋 copy color: '#DF390C'red 223 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #DF390C
Tints of Harley Davidson Orange #DF390C
RGB
CMYK
RGB Variations
Color information
#DF390C (or 0xDF390C) is known color: Harley Davidson Orange. HEX triplet: DF, 39 and 0C. RGB value is (223,57,12). Sum of RGB (Red+Green+Blue) = 223+57+12=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF390C is #20C6F3. Grayscale: #656565. Windows color (decimal): -2148084 or 801247. OLE color: 801247.
HSL color Cylindrical-coordinate representation of color #DF390C: hue angle of 12.8º degrees, saturation: 0.9, 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 #DF390C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.13 |
| HSL | 12.8º | 0.9% | 0.46% | - |
| HSV(B) | 12.8º | 0.95% | 0.87% | - |
| XYZ | 31.96 | 18.64 | 2.26 | - |
| YUV | 101.5 | 77.5 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 12 | 0 | 0.74 | 0.95 | 0.13 | 12.8 | 0.9 | 0.46 |
| Hex | DF | 39 | C | 0 | 4A | 5F | D | D | 5A | 2E |
| Octal | 337 | 71 | 14 | 0 | 112 | 137 | 15 | 15 | 132 | 56 |
| Binary | 11011111 | 111001 | 1100 | 0 | 1001010 | 1011111 | 1101 | 1101 | 1011010 | 101110 |
Color Harmonies of #DF390C
Complementary color
Monochromatic Colors of #DF390C
Black with #DF390C
Text Example
Text Example
White with #DF390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF390C; }
p { color: rgb(223,57,12); }
H1.HeaderClassName
{
color: #DF390C;
}
.AnyTagClassName
{
color: #DF390C;
}
</style>
background-color css
<style>
a { background-color: #DF390C; }
a { background-color: rgb(223,57,12); }
div.DivClassName
{
background-color: #DF390C;
}
.BgClassName
{
background-color: #DF390C;
}
</style>
border-color css
<style>
span { border-color: #DF390C; }
span { border-color: rgb(223,57,12); }
td.TdClassName
{
border-color: #DF390C;
}
.TagClassName
{
border-color: #DF390C;
}
</style>