#D2544B

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

Shades of Valencia #D2544B

Tints of Valencia #D2544B

Color information

#D2544B (or 0xD2544B) is unknown color: approx Valencia. HEX triplet: D2, 54 and 4B. RGB value is (210,84,75). Sum of RGB (Red+Green+Blue) = 210+84+75=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2544B is #2DABB4. Grayscale: #787878. Windows color (decimal): -2993077 or 4936914. OLE color: 4936914.

HSL color Cylindrical-coordinate representation of color #D2544B: hue angle of 4º degrees, saturation: 0.6, 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 #D2544B is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2108475-
CMYK00.60.640.18
HSL60%55.88%-
HSV(B)64.29%82.35%-
XYZ31.0220.558.99-
YUV120.65102.24191.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.91%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=56.91%
G=22.76%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210847500.60.640.1846055.88
HexD2544B03C401243c38
Octal3221241130741002247470
Binary11010010101010010010110111100100000010010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2544B; }

 p { color: rgb(210,84,75); }

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

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

 a { background-color: rgb(210,84,75); }

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

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

 span { border-color: rgb(210,84,75); }

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