#D25A4D

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

Shades of Valencia #D25A4D

Tints of Valencia #D25A4D

Color information

#D25A4D (or 0xD25A4D) is unknown color: approx Valencia. HEX triplet: D2, 5A and 4D. RGB value is (210,90,77). Sum of RGB (Red+Green+Blue) = 210+90+77=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A4D is #2DA5B2. Grayscale: #7C7C7C. Windows color (decimal): -2991539 or 5069522. OLE color: 5069522.

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

Color convert

RGB2109077-
CMYK00.570.630.18
HSL5.86º59.64%56.27%-
HSV(B)5.86º63.33%82.35%-
XYZ31.5721.559.52-
YUV124.4101.26189.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.70%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=55.70%
G=23.87%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210907700.570.630.185.8659.6456.27
HexD25A4D0393F1263c38
Octal322132115071772267470
Binary1101001010110101001101011100111111110010110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25A4D; }

 p { color: rgb(210,90,77); }

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

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

 a { background-color: rgb(210,90,77); }

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

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

 span { border-color: rgb(210,90,77); }

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