#DF341C

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

Shades of Harley Davidson Orange #DF341C

Tints of Harley Davidson Orange #DF341C

Color information

#DF341C (or 0xDF341C) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 34 and 1C. RGB value is (223,52,28). Sum of RGB (Red+Green+Blue) = 223+52+28=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF341C is #20CBE3. Grayscale: #646464. Windows color (decimal): -2149348 or 1848543. OLE color: 1848543.

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

Color convert

RGB2235228-
CMYK00.770.870.13
HSL7.38º77.69%49.22%-
HSV(B)7.38º87.44%87.45%-
XYZ31.8718.232.94-
YUV100.3987.15215.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.60%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 28 (11.33% from 255) = 9.24%
R=73.60%
G=17.16%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223522800.770.870.137.3877.6949.22
HexDF341C04D57D74e31
Octal3376434011512715711661
Binary110111111101001110001001101101011111011111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF341C; }

 p { color: rgb(223,52,28); }

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

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

 a { background-color: rgb(223,52,28); }

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

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

 span { border-color: rgb(223,52,28); }

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