Html Css Color HEX #DF410B Harley Davidson Orange
📋 copy color: '#DF410B'red 223 ◦ green 65 ◦ blue 11
Shades of Harley Davidson Orange #DF410B
Tints of Harley Davidson Orange #DF410B
RGB
CMYK
RGB Variations
Color information
#DF410B (or 0xDF410B) is known color: Harley Davidson Orange. HEX triplet: DF, 41 and 0B. RGB value is (223,65,11). Sum of RGB (Red+Green+Blue) = 223+65+11=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF410B is #20BEF4. Grayscale: #6A6A6A. Windows color (decimal): -2146037 or 737759. OLE color: 737759.
HSL color Cylindrical-coordinate representation of color #DF410B: hue angle of 15.28º degrees, saturation: 0.91, 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 #DF410B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.13 |
| HSL | 15.28º | 0.91% | 0.46% | - |
| HSV(B) | 15.28º | 0.95% | 0.87% | - |
| XYZ | 32.38 | 19.49 | 2.37 | - |
| YUV | 106.09 | 74.35 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 11 | 0 | 0.71 | 0.95 | 0.13 | 15.28 | 0.91 | 0.46 |
| Hex | DF | 41 | B | 0 | 47 | 5F | D | F | 5B | 2E |
| Octal | 337 | 101 | 13 | 0 | 107 | 137 | 15 | 17 | 133 | 56 |
| Binary | 11011111 | 1000001 | 1011 | 0 | 1000111 | 1011111 | 1101 | 1111 | 1011011 | 101110 |
Color Harmonies of #DF410B
Complementary color
Monochromatic Colors of #DF410B
Black with #DF410B
Text Example
Text Example
White with #DF410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF410B; }
p { color: rgb(223,65,11); }
H1.HeaderClassName
{
color: #DF410B;
}
.AnyTagClassName
{
color: #DF410B;
}
</style>
background-color css
<style>
a { background-color: #DF410B; }
a { background-color: rgb(223,65,11); }
div.DivClassName
{
background-color: #DF410B;
}
.BgClassName
{
background-color: #DF410B;
}
</style>
border-color css
<style>
span { border-color: #DF410B; }
span { border-color: rgb(223,65,11); }
td.TdClassName
{
border-color: #DF410B;
}
.TagClassName
{
border-color: #DF410B;
}
</style>