Color Hex Logo

#d4262a Color Hex

#D4262A
(212,38,42)
0 Favorites   0 Comments

Color spaces of #d4262a

RGB 2123842
HSL1.000.700.49
HSV359°82°83°
CMYK 0.000.820.80   0.17
XYZ28.262415.55043.7024
Yxy15.55040.59480.3273
Hunter Lab39.434058.921722.0371
CIE-Lab46.379064.853642.7556

#d4262a color RGB value is (212,38,42).

#d4262a hex color red value is 212, green value is 38 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d4262a hue: 1.00 , saturation: 0.70 and the lightness value of d4262a is 0.49.

The process color (four color CMYK) of #d4262a color hex is 0.00, 0.82, 0.80, 0.17. Web safe color of #d4262a is #cc3333. Color #d4262a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100110 00101010
Octal 324 46 52
Decimal 212 38 42
Hex D4 26 2A

RGB Percentages of Color #d4262a

%72.60
%13.01
%14.38

CMYK Percentages of Color #d4262a

%0
%82
%80
%17

Triadic Colors of #d4262a

#d4262a #2ad426 #262ad4

Analogous Colors of #d4262a

#d4262a #d47926 #d42681

Monochromatic Colors of #d4262a

#d4262a

Complementary Color

#d4262a #26d4d0

#d4262a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4262a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4262a Color CSS Codes

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

#d4262a Text Font Color

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

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


#d4262a Background Color

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

This div background color is #d4262a


#d4262a Border Color

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

This div border color is #d4262a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,38,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4262a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4262a;
  -webkit-box-shadow: 1px 1px 3px 2px #d4262a;
  box-shadow:         1px 1px 3px 2px #d4262a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,38,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4262a


Comments

No comments written yet.

Please login to write comment.