#D5594D

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

Shades of Valencia #D5594D

Tints of Valencia #D5594D

Color information

#D5594D (or 0xD5594D) is unknown color: approx Valencia. HEX triplet: D5, 59 and 4D. RGB value is (213,89,77). Sum of RGB (Red+Green+Blue) = 213+89+77=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5594D is #2AA6B2. Grayscale: #7C7C7C. Windows color (decimal): -2795187 or 5069269. OLE color: 5069269.

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

Color convert

RGB2138977-
CMYK00.580.640.16
HSL5.29º61.82%56.86%-
HSV(B)5.29º63.85%83.53%-
XYZ32.3521.839.53-
YUV124.71101.08190.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.20%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 77 (30.47% from 255) = 20.32%
R=56.20%
G=23.48%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213897700.580.640.165.2961.8256.86
HexD5594D03A401053e39
Octal3251311150721002057671
Binary11010101101100110011010111010100000010000101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5594D; }

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

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

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

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

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

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

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

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