#D55449

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

Shades of Valencia #D55449

Tints of Valencia #D55449

Color information

#D55449 (or 0xD55449) is unknown color: approx Valencia. HEX triplet: D5, 54 and 49. RGB value is (213,84,73). Sum of RGB (Red+Green+Blue) = 213+84+73=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D55449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55449 is #2AABB6. Grayscale: #797979. Windows color (decimal): -2796471 or 4805845. OLE color: 4805845.

HSL color Cylindrical-coordinate representation of color #D55449: hue angle of 4.71º 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 #D55449 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2138473-
CMYK00.610.660.16
HSL4.71º62.5%56.08%-
HSV(B)4.71º65.73%83.53%-
XYZ31.8120.978.67-
YUV121.32100.74193.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.57%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=57.57%
G=22.70%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213847300.610.660.164.7162.556.08
HexD5544903D421053e38
Octal3251241110751022057670
Binary11010101101010010010010111101100001010000101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55449; }

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

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

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

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

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

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

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

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