Html Css Color HEX #DF2D04 Harley Davidson Orange
📋 copy color: '#DF2D04'red 223 ◦ green 45 ◦ blue 4
Shades of Harley Davidson Orange #DF2D04
Tints of Harley Davidson Orange #DF2D04
RGB
CMYK
RGB Variations
Color information
#DF2D04 (or 0xDF2D04) is known color: Harley Davidson Orange. HEX triplet: DF, 2D and 04. RGB value is (223,45,4). Sum of RGB (Red+Green+Blue) = 223+45+4=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2D04 is #20D2FB. Grayscale: #5D5D5D. Windows color (decimal): -2151164 or 273887. OLE color: 273887.
HSL color Cylindrical-coordinate representation of color #DF2D04: hue angle of 11.23º 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 #DF2D04 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.13 |
| HSL | 11.23º | 0.96% | 0.45% | - |
| HSV(B) | 11.23º | 0.98% | 0.87% | - |
| XYZ | 31.39 | 17.57 | 1.85 | - |
| YUV | 93.55 | 77.47 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 4 | 0 | 0.80 | 0.98 | 0.13 | 11.23 | 0.96 | 0.45 |
| Hex | DF | 2D | 4 | 0 | 50 | 62 | D | B | 60 | 2D |
| Octal | 337 | 55 | 4 | 0 | 120 | 142 | 15 | 13 | 140 | 55 |
| Binary | 11011111 | 101101 | 100 | 0 | 1010000 | 1100010 | 1101 | 1011 | 1100000 | 101101 |
Color Harmonies of #DF2D04
Complementary color
Monochromatic Colors of #DF2D04
Black with #DF2D04
Text Example
Text Example
White with #DF2D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D04; }
p { color: rgb(223,45,4); }
H1.HeaderClassName
{
color: #DF2D04;
}
.AnyTagClassName
{
color: #DF2D04;
}
</style>
background-color css
<style>
a { background-color: #DF2D04; }
a { background-color: rgb(223,45,4); }
div.DivClassName
{
background-color: #DF2D04;
}
.BgClassName
{
background-color: #DF2D04;
}
</style>
border-color css
<style>
span { border-color: #DF2D04; }
span { border-color: rgb(223,45,4); }
td.TdClassName
{
border-color: #DF2D04;
}
.TagClassName
{
border-color: #DF2D04;
}
</style>