#DF7474

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

Shades of Geraldine #DF7474

Tints of Geraldine #DF7474

Color information

#DF7474 (or 0xDF7474) is unknown color: approx Geraldine. HEX triplet: DF, 74 and 74. RGB value is (223,116,116). Sum of RGB (Red+Green+Blue) = 223+116+116=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7474 is #208B8B. Grayscale: #949494. Windows color (decimal): -2132876 or 7632095. OLE color: 7632095.

HSL color Cylindrical-coordinate representation of color #DF7474: 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 #DF7474 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223116116-
CMYK00.480.480.13
HSL62.57%66.47%-
HSV(B)47.98%87.45%-
XYZ39.8329.4420.11-
YUV147.99109.95181.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.01%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=49.01%
G=25.49%
B=25.49%

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
Decimal22311611600.480.480.13062.5766.47
HexDF747403030D03f42
Octal3371641640606015077102
Binary11011111111010011101000110000110000110101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7474; }

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

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

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

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

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

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

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

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