Html Css Color HEX #EC100C Red

📋 copy color: '#EC100C'

red 236 ◦ green 16 ◦ blue 12

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

Shades of Red #EC100C

Tints of Red #EC100C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.55%

R = 89.39%
G = 6.06%
B = 4.55%

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

#EC100C (or 0xEC100C) is known color: Red. HEX triplet: EC, 10 and 0C. RGB value is (236,16,12). Sum of RGB (Red+Green+Blue) = 236+16+12=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC100C is #13EFF3. Grayscale: #515151. Windows color (decimal): -1306612 or 790764. OLE color: 790764.

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

Color convert

RGB 236 16 12 -
CMYK 0 0.93 0.95 0.07
HSL 1.07º 0.9% 0.49% -
HSV(B) 1.07º 0.95% 0.93% -
XYZ 34.84 18.23 2.03 -
YUV 81.32 88.89 238.33 -
System Red Green Blue C M Y K H S L
Decimal 236 16 12 0 0.93 0.95 0.07 1.07 0.9 0.49
Hex EC 10 C 0 5D 5F 7 1 5A 31
Octal 354 20 14 0 135 137 7 1 132 61
Binary 11101100 10000 1100 0 1011101 1011111 111 1 1011010 110001

Color Harmonies of #EC100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC100C

Black with #EC100C

Text Example


Text Example

White with #EC100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC100C; }

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

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

background-color css

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

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

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

border-color css

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

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

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