Color Hex Logo

#d03e3d Color Hex

#D03E3D
(208,62,61)
0 Favorites   0 Comments

Color spaces of #d03e3d

RGB 2086261
HSL0.000.610.53
HSV71°82°
CMYK 0.000.700.71   0.18
XYZ28.577417.19216.2271
Yxy17.19210.54960.3306
Hunter Lab41.463450.465020.1200
CIE-Lab48.501256.941734.1531

#d03e3d color RGB value is (208,62,61).

#d03e3d hex color red value is 208, green value is 62 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d03e3d hue: 0.00 , saturation: 0.61 and the lightness value of d03e3d is 0.53.

The process color (four color CMYK) of #d03e3d color hex is 0.00, 0.70, 0.71, 0.18. Web safe color of #d03e3d is #cc3333. Color #d03e3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111110 00111101
Octal 320 76 75
Decimal 208 62 61
Hex D0 3E 3D

RGB Percentages of Color #d03e3d

%62.84
%18.73
%18.43

CMYK Percentages of Color #d03e3d

%0
%70
%71
%18

Triadic Colors of #d03e3d

#d03e3d #3dd03e #3e3dd0

Analogous Colors of #d03e3d

#d03e3d #d0883d #d03d86

Monochromatic Colors of #d03e3d

#d03e3d

Complementary Color

#d03e3d #3dcfd0

#d03e3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03e3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03e3d Color CSS Codes

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

#d03e3d Text Font Color

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

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


#d03e3d Background Color

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

This div background color is #d03e3d


#d03e3d Border Color

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

This div border color is #d03e3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,62,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 #d03e3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03e3d


Comments

No comments written yet.

Please login to write comment.