#DF4310

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

Shades of Harley Davidson Orange #DF4310

Tints of Harley Davidson Orange #DF4310

Color information

#DF4310 (or 0xDF4310) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 43 and 10. RGB value is (223,67,16). Sum of RGB (Red+Green+Blue) = 223+67+16=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4310 is #20BCEF. Grayscale: #6C6C6C. Windows color (decimal): -2145520 or 1065951. OLE color: 1065951.

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

Color convert

RGB2236716-
CMYK00.700.930.13
HSL14.78º86.61%46.86%-
HSV(B)14.78º92.83%87.45%-
XYZ32.5319.742.59-
YUV107.8376.18210.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 72.88%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 16 (6.64% from 255) = 5.23%
R=72.88%
G=21.90%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223671600.700.930.1314.7886.6146.86
HexDF43100465DDf572f
Octal337103200106135151712757
Binary11011111100001110000010001101011101110111111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4310; }

 p { color: rgb(223,67,16); }

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

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

 a { background-color: rgb(223,67,16); }

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

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

 span { border-color: rgb(223,67,16); }

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