#D55147

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

Shades of Valencia #D55147

Tints of Valencia #D55147

Color information

#D55147 (or 0xD55147) is unknown color: approx Valencia. HEX triplet: D5, 51 and 47. RGB value is (213,81,71). Sum of RGB (Red+Green+Blue) = 213+81+71=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D55147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55147 is #2AAEB8. Grayscale: #777777. Windows color (decimal): -2797241 or 4674005. OLE color: 4674005.

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

Color convert

RGB2138171-
CMYK00.620.670.16
HSL4.23º62.83%55.69%-
HSV(B)4.23º66.67%83.53%-
XYZ31.5220.498.25-
YUV119.33100.73194.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.36%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 71 (28.12% from 255) = 19.45%
R=58.36%
G=22.19%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213817100.620.670.164.2362.8355.69
HexD5514703E431043f38
Octal3251211070761032047770
Binary11010101101000110001110111110100001110000100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55147; }

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

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

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

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

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

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

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

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