Html Css Color HEX #EC1106 Red

📋 copy color: '#EC1106'

red 236 ◦ green 17 ◦ blue 6

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

Shades of Red #EC1106

Tints of Red #EC1106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 91.12%
G = 6.56%
B = 2.32%

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

#EC1106 (or 0xEC1106) is known color: Red. HEX triplet: EC, 11 and 06. RGB value is (236,17,6). Sum of RGB (Red+Green+Blue) = 236+17+6=259 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.12% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1106 is #13EEF9. Grayscale: #515151. Windows color (decimal): -1306362 or 397804. OLE color: 397804.

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

Color convert

RGB 236 17 6 -
CMYK 0 0.93 0.97 0.07
HSL 2.87º 0.95% 0.47% -
HSV(B) 2.87º 0.97% 0.93% -
XYZ 34.83 18.25 1.86 -
YUV 81.23 85.55 238.39 -
System Red Green Blue C M Y K H S L
Decimal 236 17 6 0 0.93 0.97 0.07 2.87 0.95 0.47
Hex EC 11 6 0 5D 61 7 3 5F 2F
Octal 354 21 6 0 135 141 7 3 137 57
Binary 11101100 10001 110 0 1011101 1100001 111 11 1011111 101111

Color Harmonies of #EC1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1106

Black with #EC1106

Text Example


Text Example

White with #EC1106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1106; }

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

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

background-color css

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

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

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

border-color css

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

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

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