#df240e

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

Shades of Harley Davidson Orange #DF240E

Tints of Harley Davidson Orange #DF240E

Color information

#DF240E (or 0xDF240E) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 24 and 0E. RGB value is (223,36,14). Sum of RGB (Red+Green+Blue) = 223+36+14=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF240E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF240E is #20DBF1. Grayscale: #595959. Windows color (decimal): -2153458 or 926943. OLE color: 926943.

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

Color convert

RGB2233614-
CMYK00.840.940.13
HSL6.32º88.19%46.47%-
HSV(B)6.32º93.72%87.45%-
XYZ31.1416.982.05-
YUV89.485.45223.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 81.68%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 14 (5.86% from 255) = 5.13%
R=81.68%
G=13.19%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223361400.840.940.136.3288.1946.47
HexDF24E0545ED6582e
Octal3374416012413615613056
Binary11011111100100111001010100101111011011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df240e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df240e; }

 p { color: rgb(223,36,14); }

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

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

 a { background-color: rgb(223,36,14); }

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

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

 span { border-color: rgb(223,36,14); }

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