Html Css Color HEX #EC130E Red

📋 copy color: '#EC130E'

red 236 ◦ green 19 ◦ blue 14

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

Shades of Red #EC130E

Tints of Red #EC130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.06%

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

R = 87.73%
G = 7.06%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC130E (or 0xEC130E) is known color: Red. HEX triplet: EC, 13 and 0E. RGB value is (236,19,14). Sum of RGB (Red+Green+Blue) = 236+19+14=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC130E is #13ECF1. Grayscale: #535353. Windows color (decimal): -1305842 or 922604. OLE color: 922604.

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

Color convert

RGB 236 19 14 -
CMYK 0 0.92 0.94 0.07
HSL 1.35º 0.89% 0.49% -
HSV(B) 1.35º 0.94% 0.93% -
XYZ 34.9 18.33 2.11 -
YUV 83.31 88.89 236.91 -
System Red Green Blue C M Y K H S L
Decimal 236 19 14 0 0.92 0.94 0.07 1.35 0.89 0.49
Hex EC 13 E 0 5C 5E 7 1 59 31
Octal 354 23 16 0 134 136 7 1 131 61
Binary 11101100 10011 1110 0 1011100 1011110 111 1 1011001 110001

Color Harmonies of #EC130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC130E

Black with #EC130E

Text Example


Text Example

White with #EC130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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