#D25A51

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

Shades of Valencia #D25A51

Tints of Valencia #D25A51

Color information

#D25A51 (or 0xD25A51) is unknown color: approx Valencia. HEX triplet: D2, 5A and 51. RGB value is (210,90,81). Sum of RGB (Red+Green+Blue) = 210+90+81=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A51 is #2DA5AE. Grayscale: #7D7D7D. Windows color (decimal): -2991535 or 5331666. OLE color: 5331666.

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

Color convert

RGB2109081-
CMYK00.570.610.18
HSL4.19º58.9%57.06%-
HSV(B)4.19º61.43%82.35%-
XYZ31.7221.6110.28-
YUV124.85103.26188.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.12%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=55.12%
G=23.62%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210908100.570.610.184.1958.957.06
HexD25A510393D1243b39
Octal322132121071752247371
Binary1101001010110101010001011100111110110010100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25A51; }

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

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

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

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

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

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

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

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