#D55145

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

Shades of Valencia #D55145

Tints of Valencia #D55145

Color information

#D55145 (or 0xD55145) is unknown color: approx Valencia. HEX triplet: D5, 51 and 45. RGB value is (213,81,69). Sum of RGB (Red+Green+Blue) = 213+81+69=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D55145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55145 is #2AAEBA. Grayscale: #777777. Windows color (decimal): -2797243 or 4542933. OLE color: 4542933.

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

Color convert

RGB2138169-
CMYK00.620.680.16
HSL63.16%55.29%-
HSV(B)67.61%83.53%-
XYZ31.4620.467.92-
YUV119.199.73194.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.68%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=58.68%
G=22.31%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213816900.620.680.16563.1655.29
HexD5514503E441053f37
Octal3251211050761042057767
Binary11010101101000110001010111110100010010000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55145; }

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

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

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

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

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

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

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

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