#D8574E

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

Shades of Valencia #D8574E

Tints of Valencia #D8574E

Color information

#D8574E (or 0xD8574E) is unknown color: approx Valencia. HEX triplet: D8, 57 and 4E. RGB value is (216,87,78). Sum of RGB (Red+Green+Blue) = 216+87+78=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8574E is #27A8B1. Grayscale: #7C7C7C. Windows color (decimal): -2599090 or 5134296. OLE color: 5134296.

HSL color Cylindrical-coordinate representation of color #D8574E: hue angle of 3.91º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8574E is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB2168778-
CMYK00.600.640.15
HSL3.91º63.89%57.65%-
HSV(B)3.91º63.89%84.71%-
XYZ33.121.979.7-
YUV124.54101.74193.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.69%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=56.69%
G=22.83%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216877800.600.640.153.9163.8957.65
HexD8574E03C40F4403a
Octal33012711607410017410072
Binary11011000101011110011100111100100000011111001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8574E; }

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

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

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

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

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

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

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

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