Html Css Color HEX #EC3C16 Orange Red

📋 copy color: '#EC3C16'

red 236 ◦ green 60 ◦ blue 22

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

Shades of Orange Red #EC3C16

Tints of Orange Red #EC3C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

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

R = 74.21%
G = 18.87%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC3C16 (or 0xEC3C16) is known color: Orange Red. HEX triplet: EC, 3C and 16. RGB value is (236,60,22). Sum of RGB (Red+Green+Blue) = 236+60+22=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3C16 is #13C3E9. Grayscale: #6C6C6C. Windows color (decimal): -1295338 or 1457388. OLE color: 1457388.

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

Color convert

RGB 236 60 22 -
CMYK 0 0.75 0.91 0.07
HSL 10.65º 0.85% 0.51% -
HSV(B) 10.65º 0.91% 0.93% -
XYZ 36.35 21.12 2.92 -
YUV 108.29 79.31 219.09 -
System Red Green Blue C M Y K H S L
Decimal 236 60 22 0 0.75 0.91 0.07 10.65 0.85 0.51
Hex EC 3C 16 0 4B 5B 7 B 55 33
Octal 354 74 26 0 113 133 7 13 125 63
Binary 11101100 111100 10110 0 1001011 1011011 111 1011 1010101 110011

Color Harmonies of #EC3C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C16

Black with #EC3C16

Text Example


Text Example

White with #EC3C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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