Html Css Color HEX #EC3913 Orange Red

📋 copy color: '#EC3913'

red 236 ◦ green 57 ◦ blue 19

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

Shades of Orange Red #EC3913

Tints of Orange Red #EC3913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.27%

 BLUE value IS 19 (7.81% from 255) = 6.09%

R = 75.64%
G = 18.27%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC3913 (or 0xEC3913) is known color: Orange Red. HEX triplet: EC, 39 and 13. RGB value is (236,57,19). Sum of RGB (Red+Green+Blue) = 236+57+19=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3913 is #13C6EC. Grayscale: #6A6A6A. Windows color (decimal): -1296109 or 1260012. OLE color: 1260012.

HSL color Cylindrical-coordinate representation of color #EC3913: hue angle of 10.51º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC3913 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 57 19 -
CMYK 0 0.76 0.92 0.07
HSL 10.51º 0.85% 0.5% -
HSV(B) 10.51º 0.92% 0.93% -
XYZ 36.17 20.81 2.73 -
YUV 106.19 78.8 220.59 -
System Red Green Blue C M Y K H S L
Decimal 236 57 19 0 0.76 0.92 0.07 10.51 0.85 0.5
Hex EC 39 13 0 4C 5C 7 B 55 32
Octal 354 71 23 0 114 134 7 13 125 62
Binary 11101100 111001 10011 0 1001100 1011100 111 1011 1010101 110010

Color Harmonies of #EC3913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3913

Black with #EC3913

Text Example


Text Example

White with #EC3913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3913; }

 p { color: rgb(236,57,19); }

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

background-color css

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

 a { background-color: rgb(236,57,19); }

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

border-color css

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

 span { border-color: rgb(236,57,19); }

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