Html Css Color HEX #EC3F16 Orange Red

📋 copy color: '#EC3F16'

red 236 ◦ green 63 ◦ blue 22

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

Shades of Orange Red #EC3F16

Tints of Orange Red #EC3F16

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 73.52%
G = 19.63%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC3F16 (or 0xEC3F16) is known color: Orange Red. HEX triplet: EC, 3F and 16. RGB value is (236,63,22). Sum of RGB (Red+Green+Blue) = 236+63+22=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3F16 is #13C0E9. Grayscale: #6E6E6E. Windows color (decimal): -1294570 or 1458156. OLE color: 1458156.

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

Color convert

RGB 236 63 22 -
CMYK 0 0.73 0.91 0.07
HSL 11.5º 0.85% 0.51% -
HSV(B) 11.5º 0.91% 0.93% -
XYZ 36.51 21.45 2.97 -
YUV 110.05 78.31 217.83 -
System Red Green Blue C M Y K H S L
Decimal 236 63 22 0 0.73 0.91 0.07 11.5 0.85 0.51
Hex EC 3F 16 0 49 5B 7 B 55 33
Octal 354 77 26 0 111 133 7 13 125 63
Binary 11101100 111111 10110 0 1001001 1011011 111 1011 1010101 110011

Color Harmonies of #EC3F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F16

Black with #EC3F16

Text Example


Text Example

White with #EC3F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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