COLOR #D03A34

HEX: #D03A34
RGB: (208,58,52)

Color info

#D03A34 contains mainly red color. Web safe color of #D03A34 is #CC3333 (or #C33).

RGB color model

#D03A34 color RGB value is (208,58,52).

  • red value is 208;
  • green value is 58;
  • blue value is 52.
RGB:
(208,58,52)
(82%,23%,20%)

RGB channels and saturation

R 208 of 255 = 82%
G 58 of 255 = 23%
B 52 of 255 = 20%

208
58
52

R + G + B ~ 42%. #D03A34 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
208 + 58 + 52 = 318 (100%)
R 208 of 318 ~ 65.41%
G 58 of 318 ~ 18.24%
B 52 of 318 ~ 16.35%

%65.41
%18.24
%16.35

CMYK color model

#D03A34 color CMYK value is (0,72,75,18).

  • cyan value is 0.00%
  • magenta value is 72.12%
  • yellow value is 75.00%
  • key color value is 18.43%
CMYK:
(0,72,75,18)
C0M72Y75K18 
(0%,72%,75%,18%)
(0.00/0.72/0.75/0.18)	

CMYK percentages

%0
%72.12
%75
%18.43

Codes

Color #D03A34 in popluar color models

D03A34
RGB2085852
HSL62.40%50.98%
HSB/HSV75.00%81.57%
CMYK0.00%72.12%75.00%
18.43%

Color #D03A34 in popluar number systems.

HEXD03A34
Decimal2085852
Binary11010000111010110100
Octal3207264

Shades and tints

Shades of #D03A34

#D03A34
(208,58,52)
#BE3530
(190,53,48)
#AC302C
(172,48,44)
#9A2B28
(154,43,40)
#882624
(136,38,36)
#762120
(118,33,32)
#641C1C
(100,28,28)
#521718
(82,23,24)
#401214
(64,18,20)
#2E0D10
(46,13,16)
#1C080C
(28,8,12)
#000000
(0,0,0)

Tints of #D03A34

#D03A34
(208,58,52)
#D44B46
(212,75,70)
#D85C58
(216,92,88)
#DC6D6A
(220,109,106)
#E07E7C
(224,126,124)
#E48F8E
(228,143,142)
#E8A0A0
(232,160,160)
#ECB1B2
(236,177,178)
#F0C2C4
(240,194,196)
#F4D3D6
(244,211,214)
#F8E4E8
(248,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D03A34 color. Also use rgb(208,58,52) instead hex code.

Text Font Color

.myTextColor { color: #D03A34; }

<p style="color:#D03A34">This sample text font color is #D03A34.</p>

This text font color is #D03A34.


Background Color

.myBgColor { background-color: #D03A34; }

<div style="background-color:#D03A34">Inner text</div>

This div background color is #D03A34.


Border color

.myBorderColor { border: 1px solid #D03A34; }

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

This div border color is #D03A34.


Opacity

.myOpacity80 { color: #D03A34; opacity: 0.8; }

<p style="color:#D03A34;opacity:0.8;">80%</p>

Text with #D03A34 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D03A34;}

<p style="text-shadow: 3px 3px 1px #D03A34">Text here.</p>

This text has shadow with #D03A34 color.

.textShadow {text-shadow: 3px 3px 1px #D03A34, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D03A34, 5px 5px 20px red">Text here.</p>

This text has shadow with #D03A34 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D03A34, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D03A34, Direction=45, Strength=4)">Text</p>

This text has shadow with #D03A34 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D03A34;
  -webkit-box-shadow:	1px 1px 3px 2px #D03A34;
  box-shadow:		1px 1px 3px 2px #D03A34;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D03A34;
-webkit-box-shadow: 1px 1px 3px 2px #D03A34;
box-shadow:1px 1px 3px 2px #D03A34;">
Div content here</div>
This div box has shadow with color #D03A34.

Preview

Color preview on black background

This text has color #D03A34 on black background.


Color preview on white background

This text has color #D03A34 on white background.



Black color preview on #D03A34 background

This text has black color on #D03A34 background.


White color preview on #D03A34 background

This text has white color on #D03A34 background.