Html Css Color HEX #EC1110 Red

📋 copy color: '#EC1110'

red 236 ◦ green 17 ◦ blue 16

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

Shades of Red #EC1110

Tints of Red #EC1110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 87.73%
G = 6.32%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC1110 (or 0xEC1110) is known color: Red. HEX triplet: EC, 11 and 10. RGB value is (236,17,16). Sum of RGB (Red+Green+Blue) = 236+17+16=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1110 is #13EEEF. Grayscale: #525252. Windows color (decimal): -1306352 or 1053164. OLE color: 1053164.

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

Color convert

RGB 236 17 16 -
CMYK 0 0.93 0.93 0.07
HSL 0.27º 0.87% 0.49% -
HSV(B) 0.27º 0.93% 0.93% -
XYZ 34.89 18.27 2.18 -
YUV 82.37 90.55 237.58 -
System Red Green Blue C M Y K H S L
Decimal 236 17 16 0 0.93 0.93 0.07 0.27 0.87 0.49
Hex EC 11 10 0 5D 5D 7 0 57 31
Octal 354 21 20 0 135 135 7 0 127 61
Binary 11101100 10001 10000 0 1011101 1011101 111 0 1010111 110001

Color Harmonies of #EC1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1110

Black with #EC1110

Text Example


Text Example

White with #EC1110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1110; }

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

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

background-color css

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

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

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

border-color css

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

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

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