Html Css Color HEX #EC3D10 Orange Red

📋 copy color: '#EC3D10'

red 236 ◦ green 61 ◦ blue 16

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

Shades of Orange Red #EC3D10

Tints of Orange Red #EC3D10

RGB

 RED value IS 236 (92.58% from 255) = 75.4%

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

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 75.4%
G = 19.49%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC3D10 (or 0xEC3D10) is known color: Orange Red. HEX triplet: EC, 3D and 10. RGB value is (236,61,16). Sum of RGB (Red+Green+Blue) = 236+61+16=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D10 is #13C2EF. Grayscale: #6C6C6C. Windows color (decimal): -1295088 or 1064428. OLE color: 1064428.

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

Color convert

RGB 236 61 16 -
CMYK 0 0.74 0.93 0.07
HSL 12.27º 0.87% 0.49% -
HSV(B) 12.27º 0.93% 0.93% -
XYZ 36.35 21.21 2.67 -
YUV 108.2 75.98 219.16 -
System Red Green Blue C M Y K H S L
Decimal 236 61 16 0 0.74 0.93 0.07 12.27 0.87 0.49
Hex EC 3D 10 0 4A 5D 7 C 57 31
Octal 354 75 20 0 112 135 7 14 127 61
Binary 11101100 111101 10000 0 1001010 1011101 111 1100 1010111 110001

Color Harmonies of #EC3D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D10

Black with #EC3D10

Text Example


Text Example

White with #EC3D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D10; }

 p { color: rgb(236,61,16); }

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

background-color css

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

 a { background-color: rgb(236,61,16); }

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

border-color css

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

 span { border-color: rgb(236,61,16); }

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