Html Css Color HEX #EC3E13 Orange Red

📋 copy color: '#EC3E13'

red 236 ◦ green 62 ◦ blue 19

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

Shades of Orange Red #EC3E13

Tints of Orange Red #EC3E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

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

R = 74.45%
G = 19.56%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC3E13 (or 0xEC3E13) is known color: Orange Red. HEX triplet: EC, 3E and 13. RGB value is (236,62,19). Sum of RGB (Red+Green+Blue) = 236+62+19=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E13 is #13C1EC. Grayscale: #6D6D6D. Windows color (decimal): -1294829 or 1261292. OLE color: 1261292.

HSL color Cylindrical-coordinate representation of color #EC3E13: hue angle of 11.89º 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 #EC3E13 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 62 19 -
CMYK 0 0.74 0.92 0.07
HSL 11.89º 0.85% 0.5% -
HSV(B) 11.89º 0.92% 0.93% -
XYZ 36.43 21.33 2.81 -
YUV 109.12 77.15 218.5 -
System Red Green Blue C M Y K H S L
Decimal 236 62 19 0 0.74 0.92 0.07 11.89 0.85 0.5
Hex EC 3E 13 0 4A 5C 7 C 55 32
Octal 354 76 23 0 112 134 7 14 125 62
Binary 11101100 111110 10011 0 1001010 1011100 111 1100 1010101 110010

Color Harmonies of #EC3E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E13

Black with #EC3E13

Text Example


Text Example

White with #EC3E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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