#D1584B

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

Shades of Valencia #D1584B

Tints of Valencia #D1584B

Color information

#D1584B (or 0xD1584B) is unknown color: approx Valencia. HEX triplet: D1, 58 and 4B. RGB value is (209,88,75). Sum of RGB (Red+Green+Blue) = 209+88+75=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1584B is #2EA7B4. Grayscale: #7A7A7A. Windows color (decimal): -3057589 or 4937937. OLE color: 4937937.

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

Color convert

RGB2098875-
CMYK00.580.640.18
HSL5.82º59.29%55.69%-
HSV(B)5.82º64.11%81.96%-
XYZ31.0521.049.08-
YUV122.7101.09189.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.18%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=56.18%
G=23.66%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209887500.580.640.185.8259.2955.69
HexD1584B03A401263b38
Octal3211301130721002267370
Binary11010001101100010010110111010100000010010110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1584B; }

 p { color: rgb(209,88,75); }

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

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

 a { background-color: rgb(209,88,75); }

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

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

 span { border-color: rgb(209,88,75); }

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