#D5514C

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

Shades of Valencia #D5514C

Tints of Valencia #D5514C

Color information

#D5514C (or 0xD5514C) is unknown color: approx Valencia. HEX triplet: D5, 51 and 4C. RGB value is (213,81,76). Sum of RGB (Red+Green+Blue) = 213+81+76=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5514C is #2AAEB3. Grayscale: #787878. Windows color (decimal): -2797236 or 5001685. OLE color: 5001685.

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

Color convert

RGB2138176-
CMYK00.620.640.16
HSL2.19º61.99%56.67%-
HSV(B)2.19º64.32%83.53%-
XYZ31.6920.559.13-
YUV119.9103.23194.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.57%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=57.57%
G=21.89%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213817600.620.640.162.1961.9956.67
HexD5514C03E401023e39
Octal3251211140761002027671
Binary1101010110100011001100011111010000001000010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5514C; }

 p { color: rgb(213,81,76); }

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

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

 a { background-color: rgb(213,81,76); }

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

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

 span { border-color: rgb(213,81,76); }

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