Html Css Color HEX #EC1107 Red

📋 copy color: '#EC1107'

red 236 ◦ green 17 ◦ blue 7

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

Shades of Red #EC1107

Tints of Red #EC1107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 90.77%
G = 6.54%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1107 (or 0xEC1107) is known color: Red. HEX triplet: EC, 11 and 07. RGB value is (236,17,7). Sum of RGB (Red+Green+Blue) = 236+17+7=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1107 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1107 is #13EEF8. Grayscale: #515151. Windows color (decimal): -1306361 or 463340. OLE color: 463340.

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

Color convert

RGB 236 17 7 -
CMYK 0 0.93 0.97 0.07
HSL 2.62º 0.94% 0.48% -
HSV(B) 2.62º 0.97% 0.93% -
XYZ 34.83 18.25 1.89 -
YUV 81.34 86.05 238.31 -
System Red Green Blue C M Y K H S L
Decimal 236 17 7 0 0.93 0.97 0.07 2.62 0.94 0.48
Hex EC 11 7 0 5D 61 7 3 5E 30
Octal 354 21 7 0 135 141 7 3 136 60
Binary 11101100 10001 111 0 1011101 1100001 111 11 1011110 110000

Color Harmonies of #EC1107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1107

Black with #EC1107

Text Example


Text Example

White with #EC1107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1107; }

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

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

background-color css

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

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

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

border-color css

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

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

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