color codes Logo

#db231c color codes

#DB231C
(219,35,28)
0 Favorites   0 Comments

Color spaces of #db231c

RGB 2193528
HSL0.010.770.48
HSV87°86°
CMYK 0.000.840.87   0.14
XYZ30.024016.34602.6713
Yxy16.34600.61220.3333
Hunter Lab40.430261.803724.3837
CIE-Lab47.425267.138751.2393

#db231c color RGB value is (219,35,28).

#db231c hex color red value is 219, green value is 35 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #db231c hue: 0.01 , saturation: 0.77 and the lightness value of db231c is 0.48.

The process color (four color CMYK) of #db231c color code is 0.00, 0.84, 0.87, 0.14. Web safe color of #db231c is #cc3333. Color #db231c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 00011100
Octal 333 43 34
Decimal 219 35 28
Hex DB 23 1C

RGB Percentages of Color #db231c

%77.66
%12.41
%9.93

CMYK Percentages of Color #db231c

%0
%84
%87
%14

Triadic Colors of #db231c

#db231c #1cdb23 #231cdb

Analogous Colors of #db231c

#db231c #db831c #db1c75

Monochromatic Colors of #db231c

#db231c

Complementary Color

#db231c #1cd4db

#db231c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db231c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db231c Color CSS Codes

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

#db231c Text Font Color

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

This sample text font color is #db231c
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.


#db231c Background Color

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

This div background color is #db231c


#db231c Border Color

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

This div border color is #db231c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db231c


Comments

No comments written yet.

Please login to write comment.