#DF331D

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

Shades of Harley Davidson Orange #DF331D

Tints of Harley Davidson Orange #DF331D

Color information

#DF331D (or 0xDF331D) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 33 and 1D. RGB value is (223,51,29). Sum of RGB (Red+Green+Blue) = 223+51+29=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF331D is #20CCE2. Grayscale: #646464. Windows color (decimal): -2149603 or 1913823. OLE color: 1913823.

HSL color Cylindrical-coordinate representation of color #DF331D: hue angle of 6.8º degrees, saturation: 0.77, 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 #DF331D is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2235129-
CMYK00.770.870.13
HSL6.8º76.98%49.41%-
HSV(B)6.8º87%87.45%-
XYZ31.8418.142.99-
YUV99.9287.98215.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.60%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 29 (11.72% from 255) = 9.57%
R=73.60%
G=16.83%
B=9.57%

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
Decimal223512900.770.870.136.876.9849.41
HexDF331D04D57D74d31
Octal3376335011512715711561
Binary110111111100111110101001101101011111011111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF331D; }

 p { color: rgb(223,51,29); }

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

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

 a { background-color: rgb(223,51,29); }

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

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

 span { border-color: rgb(223,51,29); }

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