#df3e0c

Color #DF3E0C Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DF3E0C

Tints of Harley Davidson Orange #DF3E0C

Color information

#DF3E0C (or 0xDF3E0C) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 3E and 0C. RGB value is (223,62,12). Sum of RGB (Red+Green+Blue) = 223+62+12=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3E0C is #20C1F3. Grayscale: #686868. Windows color (decimal): -2146804 or 802527. OLE color: 802527.

HSL color Cylindrical-coordinate representation of color #DF3E0C: hue angle of 14.22º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF3E0C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB2236212-
CMYK00.720.950.13
HSL14.22º89.79%46.08%-
HSV(B)14.22º94.62%87.45%-
XYZ32.2219.162.35-
YUV104.4475.84212.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 75.08%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 12 (5.08% from 255) = 4.04%
R=75.08%
G=20.88%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223621200.720.950.1314.2289.7946.08
HexDF3EC0485FDe5a2e
Octal33776140110137151613256
Binary110111111111101100010010001011111110111101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3e0c; }

 p { color: rgb(223,62,12); }

 H1.HeaderClassName
 {
   color: #df3e0c;
 }
 .AnyTagClassName
 {
   color: #df3e0c;
 }
</style>
background-color css

<style>
 a { background-color: #df3e0c; }

 a { background-color: rgb(223,62,12); }

 div.DivClassName
 {
   background-color: #df3e0c;
 }
 .BgClassName
 {
   background-color: #df3e0c;
 }
</style>
border-color css

<style>
 span { border-color: #df3e0c; }

 span { border-color: rgb(223,62,12); }

 td.TdClassName
 {
   border-color: #df3e0c;
 }
 .TagClassName
 {
   border-color: #df3e0c;
 }
</style>