#D5514D

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

Shades of Valencia #D5514D

Tints of Valencia #D5514D

Color information

#D5514D (or 0xD5514D) is unknown color: approx Valencia. HEX triplet: D5, 51 and 4D. RGB value is (213,81,77). Sum of RGB (Red+Green+Blue) = 213+81+77=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5514D is #2AAEB2. Grayscale: #787878. Windows color (decimal): -2797235 or 5067221. OLE color: 5067221.

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

Color convert

RGB2138177-
CMYK00.620.640.16
HSL1.76º61.82%56.86%-
HSV(B)1.76º63.85%83.53%-
XYZ31.7220.579.32-
YUV120.01103.73194.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.41%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=57.41%
G=21.83%
B=20.75%

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
Decimal213817700.620.640.161.7661.8256.86
HexD5514D03E401023e39
Octal3251211150761002027671
Binary1101010110100011001101011111010000001000010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5514D; }

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

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

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

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

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

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

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

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