Html Css Color HEX #DF2708 Harley Davidson Orange
📋 copy color: '#DF2708'red 223 ◦ green 39 ◦ blue 8
Shades of Harley Davidson Orange #DF2708
Tints of Harley Davidson Orange #DF2708
RGB
CMYK
RGB Variations
Color information
#DF2708 (or 0xDF2708) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 08. RGB value is (223,39,8). Sum of RGB (Red+Green+Blue) = 223+39+8=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2708 is #20D8F7. Grayscale: #5A5A5A. Windows color (decimal): -2152696 or 534495. OLE color: 534495.
HSL color Cylindrical-coordinate representation of color #DF2708: hue angle of 8.65º degrees, saturation: 0.93, 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 #DF2708 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.13 |
| HSL | 8.65º | 0.93% | 0.45% | - |
| HSV(B) | 8.65º | 0.96% | 0.87% | - |
| XYZ | 31.2 | 17.16 | 1.9 | - |
| YUV | 90.48 | 81.46 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 8 | 0 | 0.83 | 0.96 | 0.13 | 8.65 | 0.93 | 0.45 |
| Hex | DF | 27 | 8 | 0 | 53 | 60 | D | 9 | 5D | 2D |
| Octal | 337 | 47 | 10 | 0 | 123 | 140 | 15 | 11 | 135 | 55 |
| Binary | 11011111 | 100111 | 1000 | 0 | 1010011 | 1100000 | 1101 | 1001 | 1011101 | 101101 |
Color Harmonies of #DF2708
Complementary color
Monochromatic Colors of #DF2708
Black with #DF2708
Text Example
Text Example
White with #DF2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2708; }
p { color: rgb(223,39,8); }
H1.HeaderClassName
{
color: #DF2708;
}
.AnyTagClassName
{
color: #DF2708;
}
</style>
background-color css
<style>
a { background-color: #DF2708; }
a { background-color: rgb(223,39,8); }
div.DivClassName
{
background-color: #DF2708;
}
.BgClassName
{
background-color: #DF2708;
}
</style>
border-color css
<style>
span { border-color: #DF2708; }
span { border-color: rgb(223,39,8); }
td.TdClassName
{
border-color: #DF2708;
}
.TagClassName
{
border-color: #DF2708;
}
</style>