Color Hex Logo

#da251e Color Hex

#DA251E
(218,37,30)
0 Favorites   0 Comments

Color spaces of #da251e

RGB 2183730
HSL0.010.760.49
HSV86°85°
CMYK 0.000.830.86   0.15
XYZ29.809416.32232.8077
Yxy16.32230.60910.3335
Hunter Lab40.400961.003024.1602
CIE-Lab47.394566.457750.2137

#da251e color RGB value is (218,37,30).

#da251e hex color red value is 218, green value is 37 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da251e hue: 0.01 , saturation: 0.76 and the lightness value of da251e is 0.49.

The process color (four color CMYK) of #da251e color hex is 0.00, 0.83, 0.86, 0.15. Web safe color of #da251e is #cc3333. Color #da251e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100101 00011110
Octal 332 45 36
Decimal 218 37 30
Hex DA 25 1E

RGB Percentages of Color #da251e

%76.49
%12.98
%10.53

CMYK Percentages of Color #da251e

%0
%83
%86
%15

Triadic Colors of #da251e

#da251e #1eda25 #251eda

Analogous Colors of #da251e

#da251e #da831e #da1e75

Monochromatic Colors of #da251e

#da251e

Complementary Color

#da251e #1ed3da

#da251e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da251e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da251e Color CSS Codes

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

#da251e Text Font Color

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

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


#da251e Background Color

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

This div background color is #da251e


#da251e Border Color

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

This div border color is #da251e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da251e


Comments

No comments written yet.

Please login to write comment.