Html Css Color HEX #EC3815 Orange Red

📋 copy color: '#EC3815'

red 236 ◦ green 56 ◦ blue 21

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

Shades of Orange Red #EC3815

Tints of Orange Red #EC3815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.89%

 BLUE value IS 21 (8.59% from 255) = 6.71%

R = 75.4%
G = 17.89%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC3815 (or 0xEC3815) is known color: Orange Red. HEX triplet: EC, 38 and 15. RGB value is (236,56,21). Sum of RGB (Red+Green+Blue) = 236+56+21=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3815 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3815 is #13C7EA. Grayscale: #6A6A6A. Windows color (decimal): -1296363 or 1390828. OLE color: 1390828.

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

Color convert

RGB 236 56 21 -
CMYK 0 0.76 0.91 0.07
HSL 9.77º 0.85% 0.5% -
HSV(B) 9.77º 0.91% 0.93% -
XYZ 36.14 20.72 2.8 -
YUV 105.83 80.13 220.85 -
System Red Green Blue C M Y K H S L
Decimal 236 56 21 0 0.76 0.91 0.07 9.77 0.85 0.5
Hex EC 38 15 0 4C 5B 7 A 55 32
Octal 354 70 25 0 114 133 7 12 125 62
Binary 11101100 111000 10101 0 1001100 1011011 111 1010 1010101 110010

Color Harmonies of #EC3815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3815

Black with #EC3815

Text Example


Text Example

White with #EC3815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3815; }

 p { color: rgb(236,56,21); }

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

background-color css

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

 a { background-color: rgb(236,56,21); }

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

border-color css

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

 span { border-color: rgb(236,56,21); }

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