Html Css Color HEX #DF3301 Harley Davidson Orange
📋 copy color: '#DF3301'red 223 ◦ green 51 ◦ blue 1
Shades of Harley Davidson Orange #DF3301
Tints of Harley Davidson Orange #DF3301
RGB
CMYK
RGB Variations
Color information
#DF3301 (or 0xDF3301) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 01. RGB value is (223,51,1). Sum of RGB (Red+Green+Blue) = 223+51+1=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3301 is #20CCFE. Grayscale: #616161. Windows color (decimal): -2149631 or 78815. OLE color: 78815.
HSL color Cylindrical-coordinate representation of color #DF3301: hue angle of 13.51º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF3301 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.13 |
| HSL | 13.51º | 0.99% | 0.44% | - |
| HSV(B) | 13.51º | 1% | 0.87% | - |
| XYZ | 31.62 | 18.06 | 1.85 | - |
| YUV | 96.73 | 73.98 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 1 | 0 | 0.77 | 1.00 | 0.13 | 13.51 | 0.99 | 0.44 |
| Hex | DF | 33 | 1 | 0 | 4D | 64 | D | E | 63 | 2C |
| Octal | 337 | 63 | 1 | 0 | 115 | 144 | 15 | 16 | 143 | 54 |
| Binary | 11011111 | 110011 | 1 | 0 | 1001101 | 1100100 | 1101 | 1110 | 1100011 | 101100 |
Color Harmonies of #DF3301
Complementary color
Monochromatic Colors of #DF3301
Black with #DF3301
Text Example
Text Example
White with #DF3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3301; }
p { color: rgb(223,51,1); }
H1.HeaderClassName
{
color: #DF3301;
}
.AnyTagClassName
{
color: #DF3301;
}
</style>
background-color css
<style>
a { background-color: #DF3301; }
a { background-color: rgb(223,51,1); }
div.DivClassName
{
background-color: #DF3301;
}
.BgClassName
{
background-color: #DF3301;
}
</style>
border-color css
<style>
span { border-color: #DF3301; }
span { border-color: rgb(223,51,1); }
td.TdClassName
{
border-color: #DF3301;
}
.TagClassName
{
border-color: #DF3301;
}
</style>