Html Css Color HEX #EC3A13 Orange Red

📋 copy color: '#EC3A13'

red 236 ◦ green 58 ◦ blue 19

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

Shades of Orange Red #EC3A13

Tints of Orange Red #EC3A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.53%

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

R = 75.4%
G = 18.53%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC3A13 (or 0xEC3A13) is known color: Orange Red. HEX triplet: EC, 3A and 13. RGB value is (236,58,19). Sum of RGB (Red+Green+Blue) = 236+58+19=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A13 is #13C5EC. Grayscale: #6B6B6B. Windows color (decimal): -1295853 or 1260268. OLE color: 1260268.

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

Color convert

RGB 236 58 19 -
CMYK 0 0.75 0.92 0.07
HSL 10.78º 0.85% 0.5% -
HSV(B) 10.78º 0.92% 0.93% -
XYZ 36.22 20.91 2.74 -
YUV 106.78 78.47 220.17 -
System Red Green Blue C M Y K H S L
Decimal 236 58 19 0 0.75 0.92 0.07 10.78 0.85 0.5
Hex EC 3A 13 0 4B 5C 7 B 55 32
Octal 354 72 23 0 113 134 7 13 125 62
Binary 11101100 111010 10011 0 1001011 1011100 111 1011 1010101 110010

Color Harmonies of #EC3A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A13

Black with #EC3A13

Text Example


Text Example

White with #EC3A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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