Color Hex Logo

#da230e Color Hex

#DA230E
(218,35,14)
0 Favorites   0 Comments

Color spaces of #da230e

RGB 2183514
HSL0.020.880.45
HSV94°85°
CMYK 0.000.840.94   0.15
XYZ29.593716.13921.9709
Yxy16.13920.62040.3383
Hunter Lab40.173661.187325.2128
CIE-Lab47.156666.661956.3779

#da230e color RGB value is (218,35,14).

#da230e hex color red value is 218, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #da230e hue: 0.02 , saturation: 0.88 and the lightness value of da230e is 0.45.

The process color (four color CMYK) of #da230e color hex is 0.00, 0.84, 0.94, 0.15. Web safe color of #da230e is #cc3300. Color #da230e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100011 00001110
Octal 332 43 16
Decimal 218 35 14
Hex DA 23 E

RGB Percentages of Color #da230e

%81.65
%13.11
%5.24

CMYK Percentages of Color #da230e

%0
%84
%94
%15

Triadic Colors of #da230e

#da230e #0eda23 #230eda

Analogous Colors of #da230e

#da230e #da890e #da0e5f

Monochromatic Colors of #da230e

#da230e

Complementary Color

#da230e #0ec5da

#da230e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da230e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da230e Color CSS Codes

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

#da230e Text Font Color

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

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


#da230e Background Color

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

This div background color is #da230e


#da230e Border Color

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

This div border color is #da230e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da230e


Comments

No comments written yet.

Please login to write comment.