Html Css Color HEX #DF3807 Harley Davidson Orange
📋 copy color: '#DF3807'red 223 ◦ green 56 ◦ blue 7
Shades of Harley Davidson Orange #DF3807
Tints of Harley Davidson Orange #DF3807
RGB
CMYK
RGB Variations
Color information
#DF3807 (or 0xDF3807) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 07. RGB value is (223,56,7). Sum of RGB (Red+Green+Blue) = 223+56+7=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3807 is #20C7F8. Grayscale: #646464. Windows color (decimal): -2148345 or 473311. OLE color: 473311.
HSL color Cylindrical-coordinate representation of color #DF3807: hue angle of 13.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF3807 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 7 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.13 |
| HSL | 13.61º | 0.94% | 0.45% | - |
| HSV(B) | 13.61º | 0.97% | 0.87% | - |
| XYZ | 31.88 | 18.53 | 2.1 | - |
| YUV | 100.35 | 75.33 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 7 | 0 | 0.75 | 0.97 | 0.13 | 13.61 | 0.94 | 0.45 |
| Hex | DF | 38 | 7 | 0 | 4B | 61 | D | E | 5E | 2D |
| Octal | 337 | 70 | 7 | 0 | 113 | 141 | 15 | 16 | 136 | 55 |
| Binary | 11011111 | 111000 | 111 | 0 | 1001011 | 1100001 | 1101 | 1110 | 1011110 | 101101 |
Color Harmonies of #DF3807
Complementary color
Monochromatic Colors of #DF3807
Black with #DF3807
Text Example
Text Example
White with #DF3807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3807; }
p { color: rgb(223,56,7); }
H1.HeaderClassName
{
color: #DF3807;
}
.AnyTagClassName
{
color: #DF3807;
}
</style>
background-color css
<style>
a { background-color: #DF3807; }
a { background-color: rgb(223,56,7); }
div.DivClassName
{
background-color: #DF3807;
}
.BgClassName
{
background-color: #DF3807;
}
</style>
border-color css
<style>
span { border-color: #DF3807; }
span { border-color: rgb(223,56,7); }
td.TdClassName
{
border-color: #DF3807;
}
.TagClassName
{
border-color: #DF3807;
}
</style>