Html Css Color HEX #EC410E Orange Red

📋 copy color: '#EC410E'

red 236 ◦ green 65 ◦ blue 14

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

Shades of Orange Red #EC410E

Tints of Orange Red #EC410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 74.92%
G = 20.63%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC410E (or 0xEC410E) is known color: Orange Red. HEX triplet: EC, 41 and 0E. RGB value is (236,65,14). Sum of RGB (Red+Green+Blue) = 236+65+14=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC410E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC410E is #13BEF1. Grayscale: #6E6E6E. Windows color (decimal): -1294066 or 934380. OLE color: 934380.

HSL color Cylindrical-coordinate representation of color #EC410E: hue angle of 13.78º degrees, saturation: 0.89, 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 #EC410E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 14 -
CMYK 0 0.72 0.94 0.07
HSL 13.78º 0.89% 0.49% -
HSV(B) 13.78º 0.94% 0.93% -
XYZ 36.56 21.65 2.67 -
YUV 110.32 73.65 217.65 -
System Red Green Blue C M Y K H S L
Decimal 236 65 14 0 0.72 0.94 0.07 13.78 0.89 0.49
Hex EC 41 E 0 48 5E 7 E 59 31
Octal 354 101 16 0 110 136 7 16 131 61
Binary 11101100 1000001 1110 0 1001000 1011110 111 1110 1011001 110001

Color Harmonies of #EC410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC410E

Black with #EC410E

Text Example


Text Example

White with #EC410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC410E; }

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

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

background-color css

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

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

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

border-color css

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

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

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