#D3524F

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

Shades of Valencia #D3524F

Tints of Valencia #D3524F

Color information

#D3524F (or 0xD3524F) is unknown color: approx Valencia. HEX triplet: D3, 52 and 4F. RGB value is (211,82,79). Sum of RGB (Red+Green+Blue) = 211+82+79=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3524F is #2CADB0. Grayscale: #787878. Windows color (decimal): -2928049 or 5198547. OLE color: 5198547.

HSL color Cylindrical-coordinate representation of color #D3524F: hue angle of 1.36º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3524F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2118279-
CMYK00.610.630.17
HSL1.36º60%56.86%-
HSV(B)1.36º62.56%82.75%-
XYZ31.2920.459.69-
YUV120.23104.74192.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.72%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=56.72%
G=22.04%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211827900.610.630.171.366056.86
HexD3524F03D3F1113c39
Octal323122117075772117471
Binary11010011101001010011110111101111111100011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3524F; }

 p { color: rgb(211,82,79); }

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

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

 a { background-color: rgb(211,82,79); }

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

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

 span { border-color: rgb(211,82,79); }

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