#EC410F

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

Shades of Orange Red #EC410F

Tints of Orange Red #EC410F

Color information

#EC410F (or 0xEC410F) is unknown color: approx Orange Red. HEX triplet: EC, 41 and 0F. RGB value is (236,65,15). Sum of RGB (Red+Green+Blue) = 236+65+15=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC410F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC410F is #13BEF0. Grayscale: #6E6E6E. Windows color (decimal): -1294065 or 999916. OLE color: 999916.

HSL color Cylindrical-coordinate representation of color #EC410F: hue angle of 13.57º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC410F is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB2366515-
CMYK00.720.940.07
HSL13.57º88.05%49.22%-
HSV(B)13.57º93.64%92.55%-
XYZ36.5721.652.7-
YUV110.4374.15217.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 74.68%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 15 (6.25% from 255) = 4.75%
R=74.68%
G=20.57%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236651500.720.940.0713.5788.0549.22
HexEC41F0485E7e5831
Octal35410117011013671613061
Binary111011001000001111101001000101111011111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC410F; }

 p { color: rgb(236,65,15); }

 H1.HeaderClassName
 {
   color: #EC410F;
 }
 .AnyTagClassName
 {
   color: #EC410F;
 }
</style>
background-color css

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

 a { background-color: rgb(236,65,15); }

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

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

 span { border-color: rgb(236,65,15); }

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