#D55646

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

Shades of Valencia #D55646

Tints of Valencia #D55646

Color information

#D55646 (or 0xD55646) is unknown color: approx Valencia. HEX triplet: D5, 56 and 46. RGB value is (213,86,70). Sum of RGB (Red+Green+Blue) = 213+86+70=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D55646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55646 is #2AA9B9. Grayscale: #7A7A7A. Windows color (decimal): -2795962 or 4609749. OLE color: 4609749.

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

Color convert

RGB2138670-
CMYK00.600.670.16
HSL6.71º63%55.49%-
HSV(B)6.71º67.14%83.53%-
XYZ31.8721.248.21-
YUV122.1598.58192.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.72%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=57.72%
G=23.31%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213867000.600.670.166.716355.49
HexD5564603C431073f37
Octal3251261060741032077767
Binary11010101101011010001100111100100001110000111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55646; }

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

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

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

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

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

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

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

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