#D55751

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

Shades of Valencia #D55751

Tints of Valencia #D55751

Color information

#D55751 (or 0xD55751) is unknown color: approx Valencia. HEX triplet: D5, 57 and 51. RGB value is (213,87,81). Sum of RGB (Red+Green+Blue) = 213+87+81=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D55751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55751 is #2AA8AE. Grayscale: #7C7C7C. Windows color (decimal): -2795695 or 5330901. OLE color: 5330901.

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

Color convert

RGB2138781-
CMYK00.590.620.16
HSL2.73º61.11%57.65%-
HSV(B)2.73º61.97%83.53%-
XYZ32.3321.5610.24-
YUV123.99103.74191.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.91%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=55.91%
G=22.83%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213878100.590.620.162.7361.1157.65
HexD5575103B3E1033d3a
Octal325127121073762037572
Binary110101011010111101000101110111111101000011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55751; }

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

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

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

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

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

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

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

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