Color Hex Logo

#dc270d Color Hex

#DC270D
(220,39,13)
0 Favorites   0 Comments

Color spaces of #dc270d

RGB 2203913
HSL0.020.890.46
HSV94°86°
CMYK 0.000.820.94   0.14
XYZ30.313416.69572.0057
Yxy16.69570.61850.3406
Hunter Lab40.860460.919525.6919
CIE-Lab47.874366.293557.3081

#dc270d color RGB value is (220,39,13).

#dc270d hex color red value is 220, green value is 39 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dc270d hue: 0.02 , saturation: 0.89 and the lightness value of dc270d is 0.46.

The process color (four color CMYK) of #dc270d color hex is 0.00, 0.82, 0.94, 0.14. Web safe color of #dc270d is #cc3300. Color #dc270d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 00001101
Octal 334 47 15
Decimal 220 39 13
Hex DC 27 D

RGB Percentages of Color #dc270d

%80.88
%14.34
%4.78

CMYK Percentages of Color #dc270d

%0
%82
%94
%14

Triadic Colors of #dc270d

#dc270d #0ddc27 #270ddc

Analogous Colors of #dc270d

#dc270d #dc8f0d #dc0d5a

Monochromatic Colors of #dc270d

#dc270d

Complementary Color

#dc270d #0dc2dc

#dc270d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc270d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc270d Color CSS Codes

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

#dc270d Text Font Color

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

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


#dc270d Background Color

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

This div background color is #dc270d


#dc270d Border Color

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

This div border color is #dc270d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,39,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc270d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc270d;
  -webkit-box-shadow: 1px 1px 3px 2px #dc270d;
  box-shadow:         1px 1px 3px 2px #dc270d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,39,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc270d


Comments

No comments written yet.

Please login to write comment.