Html Css Color HEX #EC4613 Orange Red

📋 copy color: '#EC4613'

red 236 ◦ green 70 ◦ blue 19

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

Shades of Orange Red #EC4613

Tints of Orange Red #EC4613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 72.62%
G = 21.54%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4613 (or 0xEC4613) is known color: Orange Red. HEX triplet: EC, 46 and 13. RGB value is (236,70,19). Sum of RGB (Red+Green+Blue) = 236+70+19=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4613 is #13B9EC. Grayscale: #727272. Windows color (decimal): -1292781 or 1263340. OLE color: 1263340.

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

Color convert

RGB 236 70 19 -
CMYK 0 0.70 0.92 0.07
HSL 14.1º 0.85% 0.5% -
HSV(B) 14.1º 0.92% 0.93% -
XYZ 36.9 22.26 2.97 -
YUV 113.82 74.5 215.15 -
System Red Green Blue C M Y K H S L
Decimal 236 70 19 0 0.70 0.92 0.07 14.1 0.85 0.5
Hex EC 46 13 0 46 5C 7 E 55 32
Octal 354 106 23 0 106 134 7 16 125 62
Binary 11101100 1000110 10011 0 1000110 1011100 111 1110 1010101 110010

Color Harmonies of #EC4613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4613

Black with #EC4613

Text Example


Text Example

White with #EC4613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4613; }

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

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

background-color css

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

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

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

border-color css

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

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

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