Html Css Color HEX #DF2307 Harley Davidson Orange
📋 copy color: '#DF2307'red 223 ◦ green 35 ◦ blue 7
Shades of Harley Davidson Orange #DF2307
Tints of Harley Davidson Orange #DF2307
RGB
CMYK
RGB Variations
Color information
#DF2307 (or 0xDF2307) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 07. RGB value is (223,35,7). Sum of RGB (Red+Green+Blue) = 223+35+7=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2307 is #20DCF8. Grayscale: #585858. Windows color (decimal): -2153721 or 467935. OLE color: 467935.
HSL color Cylindrical-coordinate representation of color #DF2307: hue angle of 7.78º 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 #DF2307 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 7 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.13 |
| HSL | 7.78º | 0.94% | 0.45% | - |
| HSV(B) | 7.78º | 0.97% | 0.87% | - |
| XYZ | 31.07 | 16.91 | 1.83 | - |
| YUV | 88.02 | 82.28 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 7 | 0 | 0.84 | 0.97 | 0.13 | 7.78 | 0.94 | 0.45 |
| Hex | DF | 23 | 7 | 0 | 54 | 61 | D | 8 | 5E | 2D |
| Octal | 337 | 43 | 7 | 0 | 124 | 141 | 15 | 10 | 136 | 55 |
| Binary | 11011111 | 100011 | 111 | 0 | 1010100 | 1100001 | 1101 | 1000 | 1011110 | 101101 |
Color Harmonies of #DF2307
Complementary color
Monochromatic Colors of #DF2307
Black with #DF2307
Text Example
Text Example
White with #DF2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2307; }
p { color: rgb(223,35,7); }
H1.HeaderClassName
{
color: #DF2307;
}
.AnyTagClassName
{
color: #DF2307;
}
</style>
background-color css
<style>
a { background-color: #DF2307; }
a { background-color: rgb(223,35,7); }
div.DivClassName
{
background-color: #DF2307;
}
.BgClassName
{
background-color: #DF2307;
}
</style>
border-color css
<style>
span { border-color: #DF2307; }
span { border-color: rgb(223,35,7); }
td.TdClassName
{
border-color: #DF2307;
}
.TagClassName
{
border-color: #DF2307;
}
</style>