#DF7373

Color #DF7373 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #DF7373

Tints of Geraldine #DF7373

Color information

#DF7373 (or 0xDF7373) is unknown color: approx Geraldine. HEX triplet: DF, 73 and 73. RGB value is (223,115,115). Sum of RGB (Red+Green+Blue) = 223+115+115=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7373 is #208C8C. Grayscale: #939393. Windows color (decimal): -2133133 or 7566303. OLE color: 7566303.

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

Color convert

RGB223115115-
CMYK00.480.480.13
HSL62.79%66.27%-
HSV(B)48.43%87.45%-
XYZ39.6629.1919.76-
YUV147.29109.78182-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 115 (45.31% from 255) = 25.39%
BLUE value IS 115 (45.31% from 255) = 25.39%
R=49.23%
G=25.39%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311511500.480.480.13062.7966.27
HexDF737303030D03f42
Octal3371631630606015077102
Binary11011111111001111100110110000110000110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7373; }

 p { color: rgb(223,115,115); }

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

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

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

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

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

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

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