#d55c4e

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

Shades of Valencia #D55C4E

Tints of Valencia #D55C4E

Color information

#D55C4E (or 0xD55C4E) is unknown color: approx Valencia. HEX triplet: D5, 5C and 4E. RGB value is (213,92,78). Sum of RGB (Red+Green+Blue) = 213+92+78=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C4E is #2AA3B1. Grayscale: #7E7E7E. Windows color (decimal): -2794418 or 5135573. OLE color: 5135573.

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

Color convert

RGB2139278-
CMYK00.570.630.16
HSL6.22º61.64%57.06%-
HSV(B)6.22º63.38%83.53%-
XYZ32.6422.359.8-
YUV126.58100.59189.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.61%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=55.61%
G=24.02%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213927800.570.630.166.2261.6457.06
HexD55C4E0393F1063e39
Octal325134116071772067671
Binary1101010110111001001110011100111111110000110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d55c4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d55c4e; }

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

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

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

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

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

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

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

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