#df3602

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

Shades of Harley Davidson Orange #DF3602

Tints of Harley Davidson Orange #DF3602

Color information

#DF3602 (or 0xDF3602) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 36 and 02. RGB value is (223,54,2). Sum of RGB (Red+Green+Blue) = 223+54+2=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3602 is #20C9FD. Grayscale: #626262. Windows color (decimal): -2148862 or 145119. OLE color: 145119.

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

Color convert

RGB223542-
CMYK00.760.990.13
HSL14.12º98.22%44.12%-
HSV(B)14.12º99.1%87.45%-
XYZ31.7618.331.92-
YUV98.673.49216.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 79.93%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=79.93%
G=19.35%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22354200.760.990.1314.1298.2244.12
HexDF36204C63De622c
Octal3376620114143151614254
Binary1101111111011010010011001100011110111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3602; }

 p { color: rgb(223,54,2); }

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

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

 a { background-color: rgb(223,54,2); }

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

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

 span { border-color: rgb(223,54,2); }

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