Html Css Color HEX #DF2700 Harley Davidson Orange
📋 copy color: '#DF2700'red 223 ◦ green 39 ◦ blue 0
Shades of Harley Davidson Orange #DF2700
Tints of Harley Davidson Orange #DF2700
RGB
CMYK
RGB Variations
Color information
#DF2700 (or 0xDF2700) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 00. RGB value is (223,39,0). Sum of RGB (Red+Green+Blue) = 223+39+0=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2700 is #20D8FF. Grayscale: #595959. Windows color (decimal): -2152704 or 10207. OLE color: 10207.
HSL color Cylindrical-coordinate representation of color #DF2700: hue angle of 10.49º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF2700 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.13 |
| HSL | 10.49º | 1% | 0.44% | - |
| HSV(B) | 10.49º | 1% | 0.87% | - |
| XYZ | 31.16 | 17.14 | 1.67 | - |
| YUV | 89.57 | 77.46 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 0 | 0 | 0.83 | 1 | 0.13 | 10.49 | 1 | 0.44 |
| Hex | DF | 27 | 0 | 0 | 53 | 64 | D | A | 64 | 2C |
| Octal | 337 | 47 | 0 | 0 | 123 | 144 | 15 | 12 | 144 | 54 |
| Binary | 11011111 | 100111 | 0 | 0 | 1010011 | 1100100 | 1101 | 1010 | 1100100 | 101100 |
Color Harmonies of #DF2700
Complementary color
Monochromatic Colors of #DF2700
Black with #DF2700
Text Example
Text Example
White with #DF2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2700; }
p { color: rgb(223,39,0); }
H1.HeaderClassName
{
color: #DF2700;
}
.AnyTagClassName
{
color: #DF2700;
}
</style>
background-color css
<style>
a { background-color: #DF2700; }
a { background-color: rgb(223,39,0); }
div.DivClassName
{
background-color: #DF2700;
}
.BgClassName
{
background-color: #DF2700;
}
</style>
border-color css
<style>
span { border-color: #DF2700; }
span { border-color: rgb(223,39,0); }
td.TdClassName
{
border-color: #DF2700;
}
.TagClassName
{
border-color: #DF2700;
}
</style>