#D55A53

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

Shades of Valencia #D55A53

Tints of Valencia #D55A53

Color information

#D55A53 (or 0xD55A53) is unknown color: approx Valencia. HEX triplet: D5, 5A and 53. RGB value is (213,90,83). Sum of RGB (Red+Green+Blue) = 213+90+83=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A53 is #2AA5AC. Grayscale: #7E7E7E. Windows color (decimal): -2794925 or 5462741. OLE color: 5462741.

HSL color Cylindrical-coordinate representation of color #D55A53: hue angle of 3.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55A53 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2139083-
CMYK00.580.610.16
HSL3.23º60.75%58.04%-
HSV(B)3.23º61.03%83.53%-
XYZ32.6622.0810.72-
YUV125.98103.75190.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.18%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 83 (32.81% from 255) = 21.50%
R=55.18%
G=23.32%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213908300.580.610.163.2360.7558.04
HexD55A5303A3D1033d3a
Octal325132123072752037572
Binary110101011011010101001101110101111011000011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55A53; }

 p { color: rgb(213,90,83); }

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

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

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

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

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

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

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