#D55C55

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

Shades of Valencia #D55C55

Tints of Valencia #D55C55

Color information

#D55C55 (or 0xD55C55) is unknown color: approx Valencia. HEX triplet: D5, 5C and 55. RGB value is (213,92,85). Sum of RGB (Red+Green+Blue) = 213+92+85=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C55 is #2AA3AA. Grayscale: #7F7F7F. Windows color (decimal): -2794411 or 5594325. OLE color: 5594325.

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

Color convert

RGB2139285-
CMYK00.570.600.16
HSL3.28º60.38%58.43%-
HSV(B)3.28º60.09%83.53%-
XYZ32.9122.4611.19-
YUV127.38104.09189.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.62%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=54.62%
G=23.59%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213928500.570.600.163.2860.3858.43
HexD55C550393C1033c3a
Octal325134125071742037472
Binary110101011011100101010101110011111001000011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C55; }

 p { color: rgb(213,92,85); }

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

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

 a { background-color: rgb(213,92,85); }

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

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

 span { border-color: rgb(213,92,85); }

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