Html Css Color HEX #EC3D16 Orange Red

📋 copy color: '#EC3D16'

red 236 ◦ green 61 ◦ blue 22

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

Shades of Orange Red #EC3D16

Tints of Orange Red #EC3D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

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

R = 73.98%
G = 19.12%
B = 6.9%

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

#EC3D16 (or 0xEC3D16) is known color: Orange Red. HEX triplet: EC, 3D and 16. RGB value is (236,61,22). Sum of RGB (Red+Green+Blue) = 236+61+22=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D16 is #13C2E9. Grayscale: #6D6D6D. Windows color (decimal): -1295082 or 1457644. OLE color: 1457644.

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

Color convert

RGB 236 61 22 -
CMYK 0 0.74 0.91 0.07
HSL 10.93º 0.85% 0.51% -
HSV(B) 10.93º 0.91% 0.93% -
XYZ 36.41 21.23 2.94 -
YUV 108.88 78.98 218.67 -
System Red Green Blue C M Y K H S L
Decimal 236 61 22 0 0.74 0.91 0.07 10.93 0.85 0.51
Hex EC 3D 16 0 4A 5B 7 B 55 33
Octal 354 75 26 0 112 133 7 13 125 63
Binary 11101100 111101 10110 0 1001010 1011011 111 1011 1010101 110011

Color Harmonies of #EC3D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D16

Black with #EC3D16

Text Example


Text Example

White with #EC3D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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