Color Hex Logo

#da133a Color Hex

#DA133A
(218,19,58)
0 Favorites   0 Comments

Color spaces of #da133a

RGB 2181958
HSL0.970.840.46
HSV348°91°85°
CMYK 0.000.910.73   0.15
XYZ29.910015.67675.4525
Yxy15.67670.58600.3072
Hunter Lab39.593865.553519.5508
CIE-Lab46.547470.490634.1221

#da133a color RGB value is (218,19,58).

#da133a hex color red value is 218, green value is 19 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #da133a hue: 0.97 , saturation: 0.84 and the lightness value of da133a is 0.46.

The process color (four color CMYK) of #da133a color hex is 0.00, 0.91, 0.73, 0.15. Web safe color of #da133a is #cc0033. Color #da133a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 00111010
Octal 332 23 72
Decimal 218 19 58
Hex DA 13 3A

RGB Percentages of Color #da133a

%73.90
%6.44
%19.66

CMYK Percentages of Color #da133a

%0
%91
%73
%15

Triadic Colors of #da133a

#da133a #3ada13 #133ada

Analogous Colors of #da133a

#da133a #da5013 #da139e

Monochromatic Colors of #da133a

#da133a

Complementary Color

#da133a #13dab3

#da133a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da133a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da133a Color CSS Codes

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

#da133a Text Font Color

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

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


#da133a Background Color

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

This div background color is #da133a


#da133a Border Color

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

This div border color is #da133a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da133a


Comments

No comments written yet.

Please login to write comment.