Color Hex Logo

#db253d Color Hex

#DB253D
(219,37,61)
0 Favorites   0 Comments

Color spaces of #db253d

RGB 2193761
HSL0.980.720.50
HSV352°83°86°
CMYK 0.000.830.72   0.14
XYZ30.717316.72016.0232
Yxy16.72010.57460.3128
Hunter Lab40.890262.533819.8896
CIE-Lab47.905467.670033.9763

#db253d color RGB value is (219,37,61).

#db253d hex color red value is 219, green value is 37 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #db253d hue: 0.98 , saturation: 0.72 and the lightness value of db253d is 0.50.

The process color (four color CMYK) of #db253d color hex is 0.00, 0.83, 0.72, 0.14. Web safe color of #db253d is #cc3333. Color #db253d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100101 00111101
Octal 333 45 75
Decimal 219 37 61
Hex DB 25 3D

RGB Percentages of Color #db253d

%69.09
%11.67
%19.24

CMYK Percentages of Color #db253d

%0
%83
%72
%14

Triadic Colors of #db253d

#db253d #3ddb25 #253ddb

Analogous Colors of #db253d

#db253d #db6825 #db2598

Monochromatic Colors of #db253d

#db253d

Complementary Color

#db253d #25dbc3

#db253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db253d Color CSS Codes

.mybgcolor {background-color:#db253d; } 
.myforecolor {color:#db253d; }
.mybordercolor {border:3px solid #db253d; }

#db253d Text Font Color

<p style="color:#db253d">Text here</p>

This sample text font color is #db253d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#db253d Background Color

<div style="background-color:#db253d">
Div content here</div>

This div background color is #db253d


#db253d Border Color

<div style="border:3px solid #db253d">
Div here</div>

This div border color is #db253d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,37,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db253d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db253d;
  -webkit-box-shadow: 1px 1px 3px 2px #db253d;
  box-shadow:         1px 1px 3px 2px #db253d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,37,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db253d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #db253d;
  -webkit-box-shadow: 1px 1px 3px 2px #db253d;
  box-shadow:         1px 1px 3px 2px #db253d;">
Div content here</div>

This div box has shadow with color #db253d


Comments

No comments written yet.

Please login to write comment.