Color Hex Logo

#ed330d Color Hex

#ED330D
(237,51,13)
0 Favorites   0 Comments

Color spaces of #ed330d

RGB 2375113
HSL0.030.900.49
HSV10°95°93°
CMYK 0.000.780.95   0.07
XYZ36.181520.40122.4116
Yxy20.40120.61330.3458
Hunter Lab45.167763.943728.4518
CIE-Lab52.287868.026461.5710

#ed330d color RGB value is (237,51,13).

#ed330d hex color red value is 237, green value is 51 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ed330d hue: 0.03 , saturation: 0.90 and the lightness value of ed330d is 0.49.

The process color (four color CMYK) of #ed330d color hex is 0.00, 0.78, 0.95, 0.07. Web safe color of #ed330d is #ff3300. Color #ed330d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110011 00001101
Octal 355 63 15
Decimal 237 51 13
Hex ED 33 D

RGB Percentages of Color #ed330d

%78.74
%16.94
%4.32

CMYK Percentages of Color #ed330d

%0
%78
%95
%7

Triadic Colors of #ed330d

#ed330d #0ded33 #330ded

Analogous Colors of #ed330d

#ed330d #eda30d #ed0d57

Monochromatic Colors of #ed330d

#ed330d

Complementary Color

#ed330d #0dc7ed

#ed330d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed330d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed330d Color CSS Codes

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

#ed330d Text Font Color

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

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


#ed330d Background Color

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

This div background color is #ed330d


#ed330d Border Color

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

This div border color is #ed330d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed330d


Comments

No comments written yet.

Please login to write comment.