#df3500

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

Shades of Harley Davidson Orange #DF3500

Tints of Harley Davidson Orange #DF3500

Color information

#DF3500 (or 0xDF3500) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 35 and 00. RGB value is (223,53,0). Sum of RGB (Red+Green+Blue) = 223+53+0=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3500 is #20CAFF. Grayscale: #626262. Windows color (decimal): -2149120 or 13791. OLE color: 13791.

HSL color Cylindrical-coordinate representation of color #DF3500: hue angle of 14.26º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF3500 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB223530-
CMYK00.7610.13
HSL14.26º100%43.73%-
HSV(B)14.26º100%87.45%-
XYZ31.718.231.85-
YUV97.7972.82217.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 80.80%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.80%
G=19.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22353000.7610.1314.2610043.73
HexDF35004C64De642c
Octal3376500114144151614454
Binary110111111101010010011001100100110111101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3500; }

 p { color: rgb(223,53,0); }

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

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

 a { background-color: rgb(223,53,0); }

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

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

 span { border-color: rgb(223,53,0); }

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