Html Css Color HEX #DF3201 Harley Davidson Orange
📋 copy color: '#DF3201'red 223 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #DF3201
Tints of Harley Davidson Orange #DF3201
RGB
CMYK
RGB Variations
Color information
#DF3201 (or 0xDF3201) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 01. RGB value is (223,50,1). Sum of RGB (Red+Green+Blue) = 223+50+1=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3201 is #20CDFE. Grayscale: #606060. Windows color (decimal): -2149887 or 78559. OLE color: 78559.
HSL color Cylindrical-coordinate representation of color #DF3201: hue angle of 13.24º 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 #DF3201 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 1 | - |
| CMYK | 0 | 0.78 | 1.00 | 0.13 |
| HSL | 13.24º | 0.99% | 0.44% | - |
| HSV(B) | 13.24º | 1% | 0.87% | - |
| XYZ | 31.58 | 17.97 | 1.83 | - |
| YUV | 96.14 | 74.31 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 1 | 0 | 0.78 | 1.00 | 0.13 | 13.24 | 0.99 | 0.44 |
| Hex | DF | 32 | 1 | 0 | 4E | 64 | D | D | 63 | 2C |
| Octal | 337 | 62 | 1 | 0 | 116 | 144 | 15 | 15 | 143 | 54 |
| Binary | 11011111 | 110010 | 1 | 0 | 1001110 | 1100100 | 1101 | 1101 | 1100011 | 101100 |
Color Harmonies of #DF3201
Complementary color
Monochromatic Colors of #DF3201
Black with #DF3201
Text Example
Text Example
White with #DF3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3201; }
p { color: rgb(223,50,1); }
H1.HeaderClassName
{
color: #DF3201;
}
.AnyTagClassName
{
color: #DF3201;
}
</style>
background-color css
<style>
a { background-color: #DF3201; }
a { background-color: rgb(223,50,1); }
div.DivClassName
{
background-color: #DF3201;
}
.BgClassName
{
background-color: #DF3201;
}
</style>
border-color css
<style>
span { border-color: #DF3201; }
span { border-color: rgb(223,50,1); }
td.TdClassName
{
border-color: #DF3201;
}
.TagClassName
{
border-color: #DF3201;
}
</style>