Html Css Color HEX #EC3716 Orange Red

📋 copy color: '#EC3716'

red 236 ◦ green 55 ◦ blue 22

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

Shades of Orange Red #EC3716

Tints of Orange Red #EC3716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 75.4%
G = 17.57%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC3716 (or 0xEC3716) is known color: Orange Red. HEX triplet: EC, 37 and 16. RGB value is (236,55,22). Sum of RGB (Red+Green+Blue) = 236+55+22=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3716 is #13C8E9. Grayscale: #696969. Windows color (decimal): -1296618 or 1456108. OLE color: 1456108.

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

Color convert

RGB 236 55 22 -
CMYK 0 0.77 0.91 0.07
HSL 9.25º 0.85% 0.51% -
HSV(B) 9.25º 0.91% 0.93% -
XYZ 36.1 20.62 2.84 -
YUV 105.36 80.97 221.18 -
System Red Green Blue C M Y K H S L
Decimal 236 55 22 0 0.77 0.91 0.07 9.25 0.85 0.51
Hex EC 37 16 0 4D 5B 7 9 55 33
Octal 354 67 26 0 115 133 7 11 125 63
Binary 11101100 110111 10110 0 1001101 1011011 111 1001 1010101 110011

Color Harmonies of #EC3716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3716

Black with #EC3716

Text Example


Text Example

White with #EC3716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3716; }

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

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

background-color css

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

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

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

border-color css

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

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

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