#D55B4A

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

Shades of Valencia #D55B4A

Tints of Valencia #D55B4A

Color information

#D55B4A (or 0xD55B4A) is unknown color: approx Valencia. HEX triplet: D5, 5B and 4A. RGB value is (213,91,74). Sum of RGB (Red+Green+Blue) = 213+91+74=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55B4A is #2AA4B5. Grayscale: #7D7D7D. Windows color (decimal): -2794678 or 4873173. OLE color: 4873173.

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

Color convert

RGB2139174-
CMYK00.570.650.16
HSL7.34º62.33%56.27%-
HSV(B)7.34º65.26%83.53%-
XYZ32.4222.129.04-
YUV125.5498.92190.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.35%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=56.35%
G=24.07%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213917400.570.650.167.3462.3356.27
HexD55B4A039411073e38
Octal3251331120711012077670
Binary11010101101101110010100111001100000110000111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B4A; }

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

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

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

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

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

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

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

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