Html Css Color HEX #DF400C Harley Davidson Orange
📋 copy color: '#DF400C'red 223 ◦ green 64 ◦ blue 12
Shades of Harley Davidson Orange #DF400C
Tints of Harley Davidson Orange #DF400C
RGB
CMYK
RGB Variations
Color information
#DF400C (or 0xDF400C) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 0C. RGB value is (223,64,12). Sum of RGB (Red+Green+Blue) = 223+64+12=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF400C is #20BFF3. Grayscale: #696969. Windows color (decimal): -2146292 or 803039. OLE color: 803039.
HSL color Cylindrical-coordinate representation of color #DF400C: hue angle of 14.79º 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 #DF400C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.13 |
| HSL | 14.79º | 0.9% | 0.46% | - |
| HSV(B) | 14.79º | 0.95% | 0.87% | - |
| XYZ | 32.33 | 19.38 | 2.38 | - |
| YUV | 105.61 | 75.18 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 12 | 0 | 0.71 | 0.95 | 0.13 | 14.79 | 0.9 | 0.46 |
| Hex | DF | 40 | C | 0 | 47 | 5F | D | F | 5A | 2E |
| Octal | 337 | 100 | 14 | 0 | 107 | 137 | 15 | 17 | 132 | 56 |
| Binary | 11011111 | 1000000 | 1100 | 0 | 1000111 | 1011111 | 1101 | 1111 | 1011010 | 101110 |
Color Harmonies of #DF400C
Complementary color
Monochromatic Colors of #DF400C
Black with #DF400C
Text Example
Text Example
White with #DF400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF400C; }
p { color: rgb(223,64,12); }
H1.HeaderClassName
{
color: #DF400C;
}
.AnyTagClassName
{
color: #DF400C;
}
</style>
background-color css
<style>
a { background-color: #DF400C; }
a { background-color: rgb(223,64,12); }
div.DivClassName
{
background-color: #DF400C;
}
.BgClassName
{
background-color: #DF400C;
}
</style>
border-color css
<style>
span { border-color: #DF400C; }
span { border-color: rgb(223,64,12); }
td.TdClassName
{
border-color: #DF400C;
}
.TagClassName
{
border-color: #DF400C;
}
</style>