Html Css Color HEX #EC100B Red

📋 copy color: '#EC100B'

red 236 ◦ green 16 ◦ blue 11

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

Shades of Red #EC100B

Tints of Red #EC100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 89.73%
G = 6.08%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC100B (or 0xEC100B) is known color: Red. HEX triplet: EC, 10 and 0B. RGB value is (236,16,11). Sum of RGB (Red+Green+Blue) = 236+16+11=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC100B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC100B is #13EFF4. Grayscale: #515151. Windows color (decimal): -1306613 or 725228. OLE color: 725228.

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

Color convert

RGB 236 16 11 -
CMYK 0 0.93 0.95 0.07
HSL 1.33º 0.91% 0.48% -
HSV(B) 1.33º 0.95% 0.93% -
XYZ 34.84 18.23 2 -
YUV 81.21 88.39 238.41 -
System Red Green Blue C M Y K H S L
Decimal 236 16 11 0 0.93 0.95 0.07 1.33 0.91 0.48
Hex EC 10 B 0 5D 5F 7 1 5B 30
Octal 354 20 13 0 135 137 7 1 133 60
Binary 11101100 10000 1011 0 1011101 1011111 111 1 1011011 110000

Color Harmonies of #EC100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC100B

Black with #EC100B

Text Example


Text Example

White with #EC100B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC100B; }

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

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

background-color css

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

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

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

border-color css

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

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

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