Html Css Color HEX #DF2D05 Harley Davidson Orange
📋 copy color: '#DF2D05'red 223 ◦ green 45 ◦ blue 5
Shades of Harley Davidson Orange #DF2D05
Tints of Harley Davidson Orange #DF2D05
RGB
CMYK
RGB Variations
Color information
#DF2D05 (or 0xDF2D05) is known color: Harley Davidson Orange. HEX triplet: DF, 2D and 05. RGB value is (223,45,5). Sum of RGB (Red+Green+Blue) = 223+45+5=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2D05 is #20D2FA. Grayscale: #5D5D5D. Windows color (decimal): -2151163 or 339423. OLE color: 339423.
HSL color Cylindrical-coordinate representation of color #DF2D05: hue angle of 11.01º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF2D05 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.13 |
| HSL | 11.01º | 0.96% | 0.45% | - |
| HSV(B) | 11.01º | 0.98% | 0.87% | - |
| XYZ | 31.4 | 17.58 | 1.88 | - |
| YUV | 93.66 | 77.97 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 5 | 0 | 0.80 | 0.98 | 0.13 | 11.01 | 0.96 | 0.45 |
| Hex | DF | 2D | 5 | 0 | 50 | 62 | D | B | 60 | 2D |
| Octal | 337 | 55 | 5 | 0 | 120 | 142 | 15 | 13 | 140 | 55 |
| Binary | 11011111 | 101101 | 101 | 0 | 1010000 | 1100010 | 1101 | 1011 | 1100000 | 101101 |
Color Harmonies of #DF2D05
Complementary color
Monochromatic Colors of #DF2D05
Black with #DF2D05
Text Example
Text Example
White with #DF2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D05; }
p { color: rgb(223,45,5); }
H1.HeaderClassName
{
color: #DF2D05;
}
.AnyTagClassName
{
color: #DF2D05;
}
</style>
background-color css
<style>
a { background-color: #DF2D05; }
a { background-color: rgb(223,45,5); }
div.DivClassName
{
background-color: #DF2D05;
}
.BgClassName
{
background-color: #DF2D05;
}
</style>
border-color css
<style>
span { border-color: #DF2D05; }
span { border-color: rgb(223,45,5); }
td.TdClassName
{
border-color: #DF2D05;
}
.TagClassName
{
border-color: #DF2D05;
}
</style>