#D55B51

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

Shades of Valencia #D55B51

Tints of Valencia #D55B51

Color information

#D55B51 (or 0xD55B51) is unknown color: approx Valencia. HEX triplet: D5, 5B and 51. RGB value is (213,91,81). Sum of RGB (Red+Green+Blue) = 213+91+81=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B51 is #2AA4AE. Grayscale: #7E7E7E. Windows color (decimal): -2794671 or 5331925. OLE color: 5331925.

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

Color convert

RGB2139181-
CMYK00.570.620.16
HSL4.55º61.11%57.65%-
HSV(B)4.55º61.97%83.53%-
XYZ32.6722.2210.35-
YUV126.34102.42189.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.32%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=55.32%
G=23.64%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213918100.570.620.164.5561.1157.65
HexD55B510393E1053d3a
Octal325133121071762057572
Binary1101010110110111010001011100111111010000101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B51; }

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

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

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

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

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

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

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

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