Html Css Color HEX #DF2A00 Harley Davidson Orange
📋 copy color: '#DF2A00'red 223 ◦ green 42 ◦ blue 0
Shades of Harley Davidson Orange #DF2A00
Tints of Harley Davidson Orange #DF2A00
RGB
CMYK
RGB Variations
Color information
#DF2A00 (or 0xDF2A00) is known color: Harley Davidson Orange. HEX triplet: DF, 2A and 00. RGB value is (223,42,0). Sum of RGB (Red+Green+Blue) = 223+42+0=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2A00 is #20D5FF. Grayscale: #5B5B5B. Windows color (decimal): -2151936 or 10975. OLE color: 10975.
HSL color Cylindrical-coordinate representation of color #DF2A00: hue angle of 11.3º 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 #DF2A00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.13 |
| HSL | 11.3º | 1% | 0.44% | - |
| HSV(B) | 11.3º | 1% | 0.87% | - |
| XYZ | 31.26 | 17.34 | 1.7 | - |
| YUV | 91.33 | 76.47 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 0 | 0 | 0.81 | 1 | 0.13 | 11.3 | 1 | 0.44 |
| Hex | DF | 2A | 0 | 0 | 51 | 64 | D | B | 64 | 2C |
| Octal | 337 | 52 | 0 | 0 | 121 | 144 | 15 | 13 | 144 | 54 |
| Binary | 11011111 | 101010 | 0 | 0 | 1010001 | 1100100 | 1101 | 1011 | 1100100 | 101100 |
Color Harmonies of #DF2A00
Complementary color
Monochromatic Colors of #DF2A00
Black with #DF2A00
Text Example
Text Example
White with #DF2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A00; }
p { color: rgb(223,42,0); }
H1.HeaderClassName
{
color: #DF2A00;
}
.AnyTagClassName
{
color: #DF2A00;
}
</style>
background-color css
<style>
a { background-color: #DF2A00; }
a { background-color: rgb(223,42,0); }
div.DivClassName
{
background-color: #DF2A00;
}
.BgClassName
{
background-color: #DF2A00;
}
</style>
border-color css
<style>
span { border-color: #DF2A00; }
span { border-color: rgb(223,42,0); }
td.TdClassName
{
border-color: #DF2A00;
}
.TagClassName
{
border-color: #DF2A00;
}
</style>