Html Css Color HEX #DF3501 Harley Davidson Orange
📋 copy color: '#DF3501'red 223 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #DF3501
Tints of Harley Davidson Orange #DF3501
RGB
CMYK
RGB Variations
Color information
#DF3501 (or 0xDF3501) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 01. RGB value is (223,53,1). Sum of RGB (Red+Green+Blue) = 223+53+1=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3501 is #20CAFE. Grayscale: #626262. Windows color (decimal): -2149119 or 79327. OLE color: 79327.
HSL color Cylindrical-coordinate representation of color #DF3501: hue angle of 14.05º 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 #DF3501 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.13 |
| HSL | 14.05º | 0.99% | 0.44% | - |
| HSV(B) | 14.05º | 1% | 0.87% | - |
| XYZ | 31.71 | 18.24 | 1.88 | - |
| YUV | 97.9 | 73.32 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 1 | 0 | 0.76 | 1.00 | 0.13 | 14.05 | 0.99 | 0.44 |
| Hex | DF | 35 | 1 | 0 | 4C | 64 | D | E | 63 | 2C |
| Octal | 337 | 65 | 1 | 0 | 114 | 144 | 15 | 16 | 143 | 54 |
| Binary | 11011111 | 110101 | 1 | 0 | 1001100 | 1100100 | 1101 | 1110 | 1100011 | 101100 |
Color Harmonies of #DF3501
Complementary color
Monochromatic Colors of #DF3501
Black with #DF3501
Text Example
Text Example
White with #DF3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3501; }
p { color: rgb(223,53,1); }
H1.HeaderClassName
{
color: #DF3501;
}
.AnyTagClassName
{
color: #DF3501;
}
</style>
background-color css
<style>
a { background-color: #DF3501; }
a { background-color: rgb(223,53,1); }
div.DivClassName
{
background-color: #DF3501;
}
.BgClassName
{
background-color: #DF3501;
}
</style>
border-color css
<style>
span { border-color: #DF3501; }
span { border-color: rgb(223,53,1); }
td.TdClassName
{
border-color: #DF3501;
}
.TagClassName
{
border-color: #DF3501;
}
</style>