Html Css Color HEX #DF3C01 Harley Davidson Orange
📋 copy color: '#DF3C01'red 223 ◦ green 60 ◦ blue 1
Shades of Harley Davidson Orange #DF3C01
Tints of Harley Davidson Orange #DF3C01
RGB
CMYK
RGB Variations
Color information
#DF3C01 (or 0xDF3C01) is known color: Harley Davidson Orange. HEX triplet: DF, 3C and 01. RGB value is (223,60,1). Sum of RGB (Red+Green+Blue) = 223+60+1=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3C01 is #20C3FE. Grayscale: #666666. Windows color (decimal): -2147327 or 81119. OLE color: 81119.
HSL color Cylindrical-coordinate representation of color #DF3C01: hue angle of 15.95º 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 #DF3C01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.13 |
| HSL | 15.95º | 0.99% | 0.44% | - |
| HSV(B) | 15.95º | 1% | 0.87% | - |
| XYZ | 32.05 | 18.92 | 1.99 | - |
| YUV | 102.01 | 71 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 1 | 0 | 0.73 | 1.00 | 0.13 | 15.95 | 0.99 | 0.44 |
| Hex | DF | 3C | 1 | 0 | 49 | 64 | D | 10 | 63 | 2C |
| Octal | 337 | 74 | 1 | 0 | 111 | 144 | 15 | 20 | 143 | 54 |
| Binary | 11011111 | 111100 | 1 | 0 | 1001001 | 1100100 | 1101 | 10000 | 1100011 | 101100 |
Color Harmonies of #DF3C01
Complementary color
Monochromatic Colors of #DF3C01
Black with #DF3C01
Text Example
Text Example
White with #DF3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3C01; }
p { color: rgb(223,60,1); }
H1.HeaderClassName
{
color: #DF3C01;
}
.AnyTagClassName
{
color: #DF3C01;
}
</style>
background-color css
<style>
a { background-color: #DF3C01; }
a { background-color: rgb(223,60,1); }
div.DivClassName
{
background-color: #DF3C01;
}
.BgClassName
{
background-color: #DF3C01;
}
</style>
border-color css
<style>
span { border-color: #DF3C01; }
span { border-color: rgb(223,60,1); }
td.TdClassName
{
border-color: #DF3C01;
}
.TagClassName
{
border-color: #DF3C01;
}
</style>