#D5574E

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

Shades of Valencia #D5574E

Tints of Valencia #D5574E

Color information

#D5574E (or 0xD5574E) is unknown color: approx Valencia. HEX triplet: D5, 57 and 4E. RGB value is (213,87,78). Sum of RGB (Red+Green+Blue) = 213+87+78=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D5574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5574E is #2AA8B1. Grayscale: #7B7B7B. Windows color (decimal): -2795698 or 5134293. OLE color: 5134293.

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

Color convert

RGB2138778-
CMYK00.590.630.16
HSL61.64%57.06%-
HSV(B)63.38%83.53%-
XYZ32.2221.519.66-
YUV123.65102.24191.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.35%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=56.35%
G=23.02%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213877800.590.630.16461.6457.06
HexD5574E03B3F1043e39
Octal325127116073772047671
Binary1101010110101111001110011101111111110000100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5574E; }

 p { color: rgb(213,87,78); }

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

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

 a { background-color: rgb(213,87,78); }

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

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

 span { border-color: rgb(213,87,78); }

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