#DB4B45

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

Shades of Valencia #DB4B45

Tints of Valencia #DB4B45

Color information

#DB4B45 (or 0xDB4B45) is unknown color: approx Valencia. HEX triplet: DB, 4B and 45. RGB value is (219,75,69). Sum of RGB (Red+Green+Blue) = 219+75+69=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B45 is #24B4BA. Grayscale: #757575. Windows color (decimal): -2405563 or 4541403. OLE color: 4541403.

HSL color Cylindrical-coordinate representation of color #DB4B45: hue angle of 2.4º 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 #DB4B45 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB2197569-
CMYK00.660.680.14
HSL2.4º67.57%56.47%-
HSV(B)2.4º68.49%85.88%-
XYZ32.820.527.86-
YUV117.37100.71200.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 60.33%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 69 (27.34% from 255) = 19.01%
R=60.33%
G=20.66%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219756900.660.680.142.467.5756.47
HexDB4B4504244E24438
Octal333113105010210416210470
Binary11011011100101110001010100001010001001110101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4B45; }

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

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

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

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

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

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

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

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