#df524c

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

Shades of Valencia #DF524C

Tints of Valencia #DF524C

Color information

#DF524C (or 0xDF524C) is unknown color: approx Valencia. HEX triplet: DF, 52 and 4C. RGB value is (223,82,76). Sum of RGB (Red+Green+Blue) = 223+82+76=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF524C is #20ADB3. Grayscale: #7B7B7B. Windows color (decimal): -2141620 or 5001951. OLE color: 5001951.

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

Color convert

RGB2238276-
CMYK00.630.660.13
HSL2.45º69.67%58.63%-
HSV(B)2.45º65.92%87.45%-
XYZ34.7522.249.3-
YUV123.48101.21198.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.53%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=58.53%
G=21.52%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223827600.630.660.132.4569.6758.63
HexDF524C03F42D2463b
Octal33712211407710215210673
Binary1101111110100101001100011111110000101101101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df524c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df524c; }

 p { color: rgb(223,82,76); }

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

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

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

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

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

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

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