Html Css Color HEX #DF2809 Harley Davidson Orange
📋 copy color: '#DF2809'red 223 ◦ green 40 ◦ blue 9
Shades of Harley Davidson Orange #DF2809
Tints of Harley Davidson Orange #DF2809
RGB
CMYK
RGB Variations
Color information
#DF2809 (or 0xDF2809) is known color: Harley Davidson Orange. HEX triplet: DF, 28 and 09. RGB value is (223,40,9). Sum of RGB (Red+Green+Blue) = 223+40+9=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2809 is #20D7F6. Grayscale: #5B5B5B. Windows color (decimal): -2152439 or 600287. OLE color: 600287.
HSL color Cylindrical-coordinate representation of color #DF2809: hue angle of 8.69º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF2809 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 9 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.13 |
| HSL | 8.69º | 0.92% | 0.45% | - |
| HSV(B) | 8.69º | 0.96% | 0.87% | - |
| XYZ | 31.24 | 17.23 | 1.94 | - |
| YUV | 91.18 | 81.63 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 9 | 0 | 0.82 | 0.96 | 0.13 | 8.69 | 0.92 | 0.45 |
| Hex | DF | 28 | 9 | 0 | 52 | 60 | D | 9 | 5C | 2D |
| Octal | 337 | 50 | 11 | 0 | 122 | 140 | 15 | 11 | 134 | 55 |
| Binary | 11011111 | 101000 | 1001 | 0 | 1010010 | 1100000 | 1101 | 1001 | 1011100 | 101101 |
Color Harmonies of #DF2809
Complementary color
Monochromatic Colors of #DF2809
Black with #DF2809
Text Example
Text Example
White with #DF2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2809; }
p { color: rgb(223,40,9); }
H1.HeaderClassName
{
color: #DF2809;
}
.AnyTagClassName
{
color: #DF2809;
}
</style>
background-color css
<style>
a { background-color: #DF2809; }
a { background-color: rgb(223,40,9); }
div.DivClassName
{
background-color: #DF2809;
}
.BgClassName
{
background-color: #DF2809;
}
</style>
border-color css
<style>
span { border-color: #DF2809; }
span { border-color: rgb(223,40,9); }
td.TdClassName
{
border-color: #DF2809;
}
.TagClassName
{
border-color: #DF2809;
}
</style>