#D55746

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

Shades of Valencia #D55746

Tints of Valencia #D55746

Color information

#D55746 (or 0xD55746) is unknown color: approx Valencia. HEX triplet: D5, 57 and 46. RGB value is (213,87,70). Sum of RGB (Red+Green+Blue) = 213+87+70=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D55746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55746 is #2AA8B9. Grayscale: #7A7A7A. Windows color (decimal): -2795706 or 4610005. OLE color: 4610005.

HSL color Cylindrical-coordinate representation of color #D55746: hue angle of 7.13º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D55746 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2138770-
CMYK00.590.670.16
HSL7.13º63%55.49%-
HSV(B)7.13º67.14%83.53%-
XYZ31.9521.48.24-
YUV122.7498.24192.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.57%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=57.57%
G=23.51%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213877000.590.670.167.136355.49
HexD5574603B431073f37
Octal3251271060731032077767
Binary11010101101011110001100111011100001110000111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55746; }

 p { color: rgb(213,87,70); }

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

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

 a { background-color: rgb(213,87,70); }

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

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

 span { border-color: rgb(213,87,70); }

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