#D35D53

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

Shades of Valencia #D35D53

Tints of Valencia #D35D53

Color information

#D35D53 (or 0xD35D53) is unknown color: approx Valencia. HEX triplet: D3, 5D and 53. RGB value is (211,93,83). Sum of RGB (Red+Green+Blue) = 211+93+83=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35D53 is #2CA2AC. Grayscale: #7F7F7F. Windows color (decimal): -2925229 or 5463507. OLE color: 5463507.

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

Color convert

RGB2119383-
CMYK00.560.610.17
HSL4.69º59.26%57.65%-
HSV(B)4.69º60.66%82.75%-
XYZ32.3422.310.78-
YUV127.14103.09187.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.52%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 83 (32.81% from 255) = 21.45%
R=54.52%
G=24.03%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211938300.560.610.174.6959.2657.65
HexD35D530383D1153b3a
Octal323135123070752157372
Binary1101001110111011010011011100011110110001101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35D53; }

 p { color: rgb(211,93,83); }

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

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

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

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

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

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

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