Html Css Color HEX #EC110D Red

📋 copy color: '#EC110D'

red 236 ◦ green 17 ◦ blue 13

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

Shades of Red #EC110D

Tints of Red #EC110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 88.72%
G = 6.39%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC110D (or 0xEC110D) is known color: Red. HEX triplet: EC, 11 and 0D. RGB value is (236,17,13). Sum of RGB (Red+Green+Blue) = 236+17+13=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC110D is #13EEF2. Grayscale: #525252. Windows color (decimal): -1306355 or 856556. OLE color: 856556.

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

Color convert

RGB 236 17 13 -
CMYK 0 0.93 0.94 0.07
HSL 1.08º 0.9% 0.49% -
HSV(B) 1.08º 0.94% 0.93% -
XYZ 34.87 18.26 2.07 -
YUV 82.03 89.05 237.83 -
System Red Green Blue C M Y K H S L
Decimal 236 17 13 0 0.93 0.94 0.07 1.08 0.9 0.49
Hex EC 11 D 0 5D 5E 7 1 5A 31
Octal 354 21 15 0 135 136 7 1 132 61
Binary 11101100 10001 1101 0 1011101 1011110 111 1 1011010 110001

Color Harmonies of #EC110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC110D

Black with #EC110D

Text Example


Text Example

White with #EC110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC110D; }

 p { color: rgb(236,17,13); }

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

background-color css

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

 a { background-color: rgb(236,17,13); }

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

border-color css

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

 span { border-color: rgb(236,17,13); }

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