#DB5145

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

Shades of Valencia #DB5145

Tints of Valencia #DB5145

Color information

#DB5145 (or 0xDB5145) is unknown color: approx Valencia. HEX triplet: DB, 51 and 45. RGB value is (219,81,69). Sum of RGB (Red+Green+Blue) = 219+81+69=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5145 is #24AEBA. Grayscale: #797979. Windows color (decimal): -2404027 or 4542939. OLE color: 4542939.

HSL color Cylindrical-coordinate representation of color #DB5145: hue angle of 4.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB5145 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB2198169-
CMYK00.630.680.14
HSL4.8º67.57%56.47%-
HSV(B)4.8º68.49%85.88%-
XYZ33.2321.378-
YUV120.8998.72197.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.35%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=59.35%
G=21.95%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219816900.630.680.144.867.5756.47
HexDB514503F44E54438
Octal33312110507710416510470
Binary11011011101000110001010111111100010011101011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5145; }

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

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

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

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

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

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

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

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