#D5574D

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

Shades of Valencia #D5574D

Tints of Valencia #D5574D

Color information

#D5574D (or 0xD5574D) is unknown color: approx Valencia. HEX triplet: D5, 57 and 4D. RGB value is (213,87,77). Sum of RGB (Red+Green+Blue) = 213+87+77=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5574D is #2AA8B2. Grayscale: #7B7B7B. Windows color (decimal): -2795699 or 5068757. OLE color: 5068757.

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

Color convert

RGB2138777-
CMYK00.590.640.16
HSL4.41º61.82%56.86%-
HSV(B)4.41º63.85%83.53%-
XYZ32.1921.59.47-
YUV123.53101.74191.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.50%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=56.50%
G=23.08%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213877700.590.640.164.4161.8256.86
HexD5574D03B401043e39
Octal3251271150731002047671
Binary11010101101011110011010111011100000010000100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5574D; }

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

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

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

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

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

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

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

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