#D55549

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

Shades of Valencia #D55549

Tints of Valencia #D55549

Color information

#D55549 (or 0xD55549) is unknown color: approx Valencia. HEX triplet: D5, 55 and 49. RGB value is (213,85,73). Sum of RGB (Red+Green+Blue) = 213+85+73=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D55549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55549 is #2AAAB6. Grayscale: #7A7A7A. Windows color (decimal): -2796215 or 4806101. OLE color: 4806101.

HSL color Cylindrical-coordinate representation of color #D55549: hue angle of 5.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D55549 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2138573-
CMYK00.600.660.16
HSL5.14º62.5%56.08%-
HSV(B)5.14º65.73%83.53%-
XYZ31.8921.128.7-
YUV121.9100.41192.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.41%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=57.41%
G=22.91%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213857300.600.660.165.1462.556.08
HexD5554903C421053e38
Octal3251251110741022057670
Binary11010101101010110010010111100100001010000101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55549; }

 p { color: rgb(213,85,73); }

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

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

 a { background-color: rgb(213,85,73); }

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

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

 span { border-color: rgb(213,85,73); }

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