Html Css Color HEX #DF2807 Harley Davidson Orange
📋 copy color: '#DF2807'red 223 ◦ green 40 ◦ blue 7
Shades of Harley Davidson Orange #DF2807
Tints of Harley Davidson Orange #DF2807
RGB
CMYK
RGB Variations
Color information
#DF2807 (or 0xDF2807) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 07. RGB value is (223,40,7). Sum of RGB (Red+Green+Blue) = 223+40+7=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2807 is #20D7F8. Grayscale: #5B5B5B. Windows color (decimal): -2152441 or 469215. OLE color: 469215.
HSL color Cylindrical-coordinate representation of color #DF2807: hue angle of 9.17º 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 #DF2807 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 7 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.13 |
| HSL | 9.17º | 0.94% | 0.45% | - |
| HSV(B) | 9.17º | 0.97% | 0.87% | - |
| XYZ | 31.23 | 17.22 | 1.88 | - |
| YUV | 90.96 | 80.63 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 7 | 0 | 0.82 | 0.97 | 0.13 | 9.17 | 0.94 | 0.45 |
| Hex | DF | 28 | 7 | 0 | 52 | 61 | D | 9 | 5E | 2D |
| Octal | 337 | 50 | 7 | 0 | 122 | 141 | 15 | 11 | 136 | 55 |
| Binary | 11011111 | 101000 | 111 | 0 | 1010010 | 1100001 | 1101 | 1001 | 1011110 | 101101 |
Color Harmonies of #DF2807
Complementary color
Monochromatic Colors of #DF2807
Black with #DF2807
Text Example
Text Example
White with #DF2807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2807; }
p { color: rgb(223,40,7); }
H1.HeaderClassName
{
color: #DF2807;
}
.AnyTagClassName
{
color: #DF2807;
}
</style>
background-color css
<style>
a { background-color: #DF2807; }
a { background-color: rgb(223,40,7); }
div.DivClassName
{
background-color: #DF2807;
}
.BgClassName
{
background-color: #DF2807;
}
</style>
border-color css
<style>
span { border-color: #DF2807; }
span { border-color: rgb(223,40,7); }
td.TdClassName
{
border-color: #DF2807;
}
.TagClassName
{
border-color: #DF2807;
}
</style>