#DF5353

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

Shades of Valencia #DF5353

Tints of Valencia #DF5353

Color information

#DF5353 (or 0xDF5353) is unknown color: approx Valencia. HEX triplet: DF, 53 and 53. RGB value is (223,83,83). Sum of RGB (Red+Green+Blue) = 223+83+83=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5353 is #20ACAC. Grayscale: #7C7C7C. Windows color (decimal): -2141357 or 5460959. OLE color: 5460959.

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

Color convert

RGB2238383-
CMYK00.630.630.13
HSL68.63%60%-
HSV(B)62.78%87.45%-
XYZ35.0922.510.68-
YUV124.86104.38198-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.33%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 83 (32.81% from 255) = 21.34%
R=57.33%
G=21.34%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223838300.630.630.13068.6360
HexDF535303F3FD0453c
Octal3371231230777715010574
Binary11011111101001110100110111111111111110101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5353; }

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

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

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

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

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

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

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

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