Html Css Color HEX #EC3E16 Orange Red

📋 copy color: '#EC3E16'

red 236 ◦ green 62 ◦ blue 22

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

Shades of Orange Red #EC3E16

Tints of Orange Red #EC3E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 73.75%
G = 19.38%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC3E16 (or 0xEC3E16) is known color: Orange Red. HEX triplet: EC, 3E and 16. RGB value is (236,62,22). Sum of RGB (Red+Green+Blue) = 236+62+22=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3E16 is #13C1E9. Grayscale: #6D6D6D. Windows color (decimal): -1294826 or 1457900. OLE color: 1457900.

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

Color convert

RGB 236 62 22 -
CMYK 0 0.74 0.91 0.07
HSL 11.21º 0.85% 0.51% -
HSV(B) 11.21º 0.91% 0.93% -
XYZ 36.46 21.34 2.96 -
YUV 109.47 78.65 218.25 -
System Red Green Blue C M Y K H S L
Decimal 236 62 22 0 0.74 0.91 0.07 11.21 0.85 0.51
Hex EC 3E 16 0 4A 5B 7 B 55 33
Octal 354 76 26 0 112 133 7 13 125 63
Binary 11101100 111110 10110 0 1001010 1011011 111 1011 1010101 110011

Color Harmonies of #EC3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E16

Black with #EC3E16

Text Example


Text Example

White with #EC3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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