Html Css Color HEX #ED3D0E Orange Red

📋 copy color: '#ED3D0E'

red 237 ◦ green 61 ◦ blue 14

#ED3D0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #ED3D0E

Tints of Orange Red #ED3D0E

RGB

 RED value IS 237 (92.97% from 255) = 75.96%

 GREEN value IS 61 (24.22% from 255) = 19.55%

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 75.96%
G = 19.55%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED3D0E (or 0xED3D0E) is known color: Orange Red. HEX triplet: ED, 3D and 0E. RGB value is (237,61,14). Sum of RGB (Red+Green+Blue) = 237+61+14=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3D0E is #12C2F1. Grayscale: #6C6C6C. Windows color (decimal): -1229554 or 933357. OLE color: 933357.

HSL color Cylindrical-coordinate representation of color #ED3D0E: hue angle of 12.65º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED3D0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 61 14 -
CMYK 0 0.74 0.94 0.07
HSL 12.65º 0.89% 0.49% -
HSV(B) 12.65º 0.94% 0.93% -
XYZ 36.67 21.37 2.61 -
YUV 108.27 74.81 219.82 -
System Red Green Blue C M Y K H S L
Decimal 237 61 14 0 0.74 0.94 0.07 12.65 0.89 0.49
Hex ED 3D E 0 4A 5E 7 D 59 31
Octal 355 75 16 0 112 136 7 15 131 61
Binary 11101101 111101 1110 0 1001010 1011110 111 1101 1011001 110001

Color Harmonies of #ED3D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3D0E

Black with #ED3D0E

Text Example


Text Example

White with #ED3D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3D0E; }

 p { color: rgb(237,61,14); }

 H1.HeaderClassName
 {
   color: #ED3D0E;
 }
 .AnyTagClassName
 {
   color: #ED3D0E;
 }
</style>

background-color css

<style>
 a { background-color: #ED3D0E; }

 a { background-color: rgb(237,61,14); }

 div.DivClassName
 {
   background-color: #ED3D0E;
 }
 .BgClassName
 {
   background-color: #ED3D0E;
 }
</style>

border-color css

<style>
 span { border-color: #ED3D0E; }

 span { border-color: rgb(237,61,14); }

 td.TdClassName
 {
   border-color: #ED3D0E;
 }
 .TagClassName
 {
   border-color: #ED3D0E;
 }
</style>