Html Css Color HEX #DF410C Harley Davidson Orange
📋 copy color: '#DF410C'red 223 ◦ green 65 ◦ blue 12
Shades of Harley Davidson Orange #DF410C
Tints of Harley Davidson Orange #DF410C
RGB
CMYK
RGB Variations
Color information
#DF410C (or 0xDF410C) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 0C. RGB value is (223,65,12). Sum of RGB (Red+Green+Blue) = 223+65+12=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF410C is #20BEF3. Grayscale: #6A6A6A. Windows color (decimal): -2146036 or 803295. OLE color: 803295.
HSL color Cylindrical-coordinate representation of color #DF410C: hue angle of 15.07º 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 #DF410C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.13 |
| HSL | 15.07º | 0.9% | 0.46% | - |
| HSV(B) | 15.07º | 0.95% | 0.87% | - |
| XYZ | 32.39 | 19.5 | 2.4 | - |
| YUV | 106.2 | 74.85 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 12 | 0 | 0.71 | 0.95 | 0.13 | 15.07 | 0.9 | 0.46 |
| Hex | DF | 41 | C | 0 | 47 | 5F | D | F | 5A | 2E |
| Octal | 337 | 101 | 14 | 0 | 107 | 137 | 15 | 17 | 132 | 56 |
| Binary | 11011111 | 1000001 | 1100 | 0 | 1000111 | 1011111 | 1101 | 1111 | 1011010 | 101110 |
Color Harmonies of #DF410C
Complementary color
Monochromatic Colors of #DF410C
Black with #DF410C
Text Example
Text Example
White with #DF410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF410C; }
p { color: rgb(223,65,12); }
H1.HeaderClassName
{
color: #DF410C;
}
.AnyTagClassName
{
color: #DF410C;
}
</style>
background-color css
<style>
a { background-color: #DF410C; }
a { background-color: rgb(223,65,12); }
div.DivClassName
{
background-color: #DF410C;
}
.BgClassName
{
background-color: #DF410C;
}
</style>
border-color css
<style>
span { border-color: #DF410C; }
span { border-color: rgb(223,65,12); }
td.TdClassName
{
border-color: #DF410C;
}
.TagClassName
{
border-color: #DF410C;
}
</style>