#DF5350

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

Shades of Valencia #DF5350

Tints of Valencia #DF5350

Color information

#DF5350 (or 0xDF5350) is unknown color: approx Valencia. HEX triplet: DF, 53 and 50. RGB value is (223,83,80). Sum of RGB (Red+Green+Blue) = 223+83+80=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5350 is #20ACAF. Grayscale: #7C7C7C. Windows color (decimal): -2141360 or 5264351. OLE color: 5264351.

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

Color convert

RGB2238380-
CMYK00.630.640.13
HSL1.26º69.08%59.41%-
HSV(B)1.26º64.13%87.45%-
XYZ34.9722.4510.08-
YUV124.52102.88198.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.77%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=57.77%
G=21.50%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223838000.630.640.131.2669.0859.41
HexDF535003F40D1453b
Octal33712312007710015110573
Binary110111111010011101000001111111000000110111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5350; }

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

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

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

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

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

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

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

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