#DF5853

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

Shades of Valencia #DF5853

Tints of Valencia #DF5853

Color information

#DF5853 (or 0xDF5853) is unknown color: approx Valencia. HEX triplet: DF, 58 and 53. RGB value is (223,88,83). Sum of RGB (Red+Green+Blue) = 223+88+83=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5853 is #20A7AC. Grayscale: #7F7F7F. Windows color (decimal): -2140077 or 5462239. OLE color: 5462239.

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

Color convert

RGB2238883-
CMYK00.610.630.13
HSL2.14º68.63%60%-
HSV(B)2.14º62.78%87.45%-
XYZ35.4823.2910.81-
YUV127.8102.73195.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.60%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 83 (32.81% from 255) = 21.07%
R=56.60%
G=22.34%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223888300.610.630.132.1468.6360
HexDF585303D3FD2453c
Octal3371301230757715210574
Binary110111111011000101001101111011111111101101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5853; }

 p { color: rgb(223,88,83); }

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

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

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

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

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

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

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