Color Hex Logo

#d3301f Color Hex

#D3301F
(211,48,31)
0 Favorites   0 Comments

Color spaces of #d3301f

RGB 2114831
HSL0.020.740.47
HSV85°83°
CMYK 0.000.770.85   0.17
XYZ28.168216.06172.9119
Yxy16.06170.59750.3407
Hunter Lab40.077155.324123.7461
CIE-Lab47.055361.567348.9068

#d3301f color RGB value is (211,48,31).

#d3301f hex color red value is 211, green value is 48 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d3301f hue: 0.02 , saturation: 0.74 and the lightness value of d3301f is 0.47.

The process color (four color CMYK) of #d3301f color hex is 0.00, 0.77, 0.85, 0.17. Web safe color of #d3301f is #cc3333. Color #d3301f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110000 00011111
Octal 323 60 37
Decimal 211 48 31
Hex D3 30 1F

RGB Percentages of Color #d3301f

%72.76
%16.55
%10.69

CMYK Percentages of Color #d3301f

%0
%77
%85
%17

Triadic Colors of #d3301f

#d3301f #1fd330 #301fd3

Analogous Colors of #d3301f

#d3301f #d38a1f #d31f68

Monochromatic Colors of #d3301f

#d3301f

Complementary Color

#d3301f #1fc2d3

#d3301f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3301f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3301f Color CSS Codes

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

#d3301f Text Font Color

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

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


#d3301f Background Color

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

This div background color is #d3301f


#d3301f Border Color

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

This div border color is #d3301f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,48,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3301f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3301f;
  -webkit-box-shadow: 1px 1px 3px 2px #d3301f;
  box-shadow:         1px 1px 3px 2px #d3301f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,48,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3301f


Comments

No comments written yet.

Please login to write comment.