#D5514A

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

Shades of Valencia #D5514A

Tints of Valencia #D5514A

Color information

#D5514A (or 0xD5514A) is unknown color: approx Valencia. HEX triplet: D5, 51 and 4A. RGB value is (213,81,74). Sum of RGB (Red+Green+Blue) = 213+81+74=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D5514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5514A is #2AAEB5. Grayscale: #777777. Windows color (decimal): -2797238 or 4870613. OLE color: 4870613.

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

Color convert

RGB2138174-
CMYK00.620.650.16
HSL3.02º62.33%56.27%-
HSV(B)3.02º65.26%83.53%-
XYZ31.6220.538.77-
YUV119.67102.23194.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.88%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 74 (29.30% from 255) = 20.11%
R=57.88%
G=22.01%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213817400.620.650.163.0262.3356.27
HexD5514A03E411033e38
Octal3251211120761012037670
Binary1101010110100011001010011111010000011000011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5514A; }

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

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

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

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

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

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

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

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