Html Css Color HEX #EC1210 Red

📋 copy color: '#EC1210'

red 236 ◦ green 18 ◦ blue 16

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

Shades of Red #EC1210

Tints of Red #EC1210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

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

R = 87.41%
G = 6.67%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC1210 (or 0xEC1210) is known color: Red. HEX triplet: EC, 12 and 10. RGB value is (236,18,16). Sum of RGB (Red+Green+Blue) = 236+18+16=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1210 is #13EDEF. Grayscale: #535353. Windows color (decimal): -1306096 or 1053420. OLE color: 1053420.

HSL color Cylindrical-coordinate representation of color #EC1210: hue angle of 0.55º 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 #EC1210 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 16 -
CMYK 0 0.92 0.93 0.07
HSL 0.55º 0.87% 0.49% -
HSV(B) 0.55º 0.93% 0.93% -
XYZ 34.9 18.3 2.18 -
YUV 82.95 90.22 237.16 -
System Red Green Blue C M Y K H S L
Decimal 236 18 16 0 0.92 0.93 0.07 0.55 0.87 0.49
Hex EC 12 10 0 5C 5D 7 1 57 31
Octal 354 22 20 0 134 135 7 1 127 61
Binary 11101100 10010 10000 0 1011100 1011101 111 1 1010111 110001

Color Harmonies of #EC1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1210

Black with #EC1210

Text Example


Text Example

White with #EC1210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1210; }

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

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

background-color css

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

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

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

border-color css

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

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

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