#DF4510

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

Shades of Harley Davidson Orange #DF4510

Tints of Harley Davidson Orange #DF4510

Color information

#DF4510 (or 0xDF4510) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 45 and 10. RGB value is (223,69,16). Sum of RGB (Red+Green+Blue) = 223+69+16=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4510 is #20BAEF. Grayscale: #6D6D6D. Windows color (decimal): -2145008 or 1066463. OLE color: 1066463.

HSL color Cylindrical-coordinate representation of color #DF4510: hue angle of 15.36º 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 #DF4510 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB2236916-
CMYK00.690.930.13
HSL15.36º86.61%46.86%-
HSV(B)15.36º92.83%87.45%-
XYZ32.6519.982.63-
YUV10975.52209.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 72.40%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 16 (6.64% from 255) = 5.19%
R=72.40%
G=22.40%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223691600.690.930.1315.3686.6146.86
HexDF45100455DDf572f
Octal337105200105135151712757
Binary11011111100010110000010001011011101110111111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4510; }

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

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

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

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

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

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

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

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