Html Css Color HEX #DF2A07 Harley Davidson Orange
📋 copy color: '#DF2A07'red 223 ◦ green 42 ◦ blue 7
Shades of Harley Davidson Orange #DF2A07
Tints of Harley Davidson Orange #DF2A07
RGB
CMYK
RGB Variations
Color information
#DF2A07 (or 0xDF2A07) is known color: Harley Davidson Orange. HEX triplet: DF, 2A and 07. RGB value is (223,42,7). Sum of RGB (Red+Green+Blue) = 223+42+7=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2A07 is #20D5F8. Grayscale: #5C5C5C. Windows color (decimal): -2151929 or 469727. OLE color: 469727.
HSL color Cylindrical-coordinate representation of color #DF2A07: hue angle of 9.72º 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 #DF2A07 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 7 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.13 |
| HSL | 9.72º | 0.94% | 0.45% | - |
| HSV(B) | 9.72º | 0.97% | 0.87% | - |
| XYZ | 31.3 | 17.36 | 1.9 | - |
| YUV | 92.13 | 79.97 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 7 | 0 | 0.81 | 0.97 | 0.13 | 9.72 | 0.94 | 0.45 |
| Hex | DF | 2A | 7 | 0 | 51 | 61 | D | A | 5E | 2D |
| Octal | 337 | 52 | 7 | 0 | 121 | 141 | 15 | 12 | 136 | 55 |
| Binary | 11011111 | 101010 | 111 | 0 | 1010001 | 1100001 | 1101 | 1010 | 1011110 | 101101 |
Color Harmonies of #DF2A07
Complementary color
Monochromatic Colors of #DF2A07
Black with #DF2A07
Text Example
Text Example
White with #DF2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A07; }
p { color: rgb(223,42,7); }
H1.HeaderClassName
{
color: #DF2A07;
}
.AnyTagClassName
{
color: #DF2A07;
}
</style>
background-color css
<style>
a { background-color: #DF2A07; }
a { background-color: rgb(223,42,7); }
div.DivClassName
{
background-color: #DF2A07;
}
.BgClassName
{
background-color: #DF2A07;
}
</style>
border-color css
<style>
span { border-color: #DF2A07; }
span { border-color: rgb(223,42,7); }
td.TdClassName
{
border-color: #DF2A07;
}
.TagClassName
{
border-color: #DF2A07;
}
</style>