Html Css Color HEX #EC410B Orange Red

📋 copy color: '#EC410B'

red 236 ◦ green 65 ◦ blue 11

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

Shades of Orange Red #EC410B

Tints of Orange Red #EC410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 75.64%
G = 20.83%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC410B (or 0xEC410B) is known color: Orange Red. HEX triplet: EC, 41 and 0B. RGB value is (236,65,11). Sum of RGB (Red+Green+Blue) = 236+65+11=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC410B is #13BEF4. Grayscale: #6E6E6E. Windows color (decimal): -1294069 or 737772. OLE color: 737772.

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

Color convert

RGB 236 65 11 -
CMYK 0 0.72 0.95 0.07
HSL 14.4º 0.91% 0.48% -
HSV(B) 14.4º 0.95% 0.93% -
XYZ 36.54 21.64 2.57 -
YUV 109.97 72.15 217.89 -
System Red Green Blue C M Y K H S L
Decimal 236 65 11 0 0.72 0.95 0.07 14.4 0.91 0.48
Hex EC 41 B 0 48 5F 7 E 5B 30
Octal 354 101 13 0 110 137 7 16 133 60
Binary 11101100 1000001 1011 0 1001000 1011111 111 1110 1011011 110000

Color Harmonies of #EC410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC410B

Black with #EC410B

Text Example


Text Example

White with #EC410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC410B; }

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

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

background-color css

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

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

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

border-color css

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

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

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