#EC3815

Color #EC3815 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #EC3815

Tints of Orange Red #EC3815

Color information

#EC3815 (or 0xEC3815) is unknown color: approx 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

RGB2365621-
CMYK00.760.910.07
HSL9.77º84.98%50.39%-
HSV(B)9.77º91.1%92.55%-
XYZ36.1420.722.8-
YUV105.8380.13220.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 75.40%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 21 (8.59% from 255) = 6.71%
R=75.40%
G=17.89%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236562100.760.910.079.7784.9850.39
HexEC381504C5B7a5532
Octal3547025011413371212562
Binary111011001110001010101001100101101111110101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>