Html Css Color HEX #EC1310 Red

📋 copy color: '#EC1310'

red 236 ◦ green 19 ◦ blue 16

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

Shades of Red #EC1310

Tints of Red #EC1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

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

R = 87.08%
G = 7.01%
B = 5.9%

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

#EC1310 (or 0xEC1310) is known color: Red. HEX triplet: EC, 13 and 10. RGB value is (236,19,16). Sum of RGB (Red+Green+Blue) = 236+19+16=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1310 is #13ECEF. Grayscale: #535353. Windows color (decimal): -1305840 or 1053676. OLE color: 1053676.

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

Color convert

RGB 236 19 16 -
CMYK 0 0.92 0.93 0.07
HSL 0.82º 0.87% 0.49% -
HSV(B) 0.82º 0.93% 0.93% -
XYZ 34.92 18.34 2.19 -
YUV 83.54 89.89 236.74 -
System Red Green Blue C M Y K H S L
Decimal 236 19 16 0 0.92 0.93 0.07 0.82 0.87 0.49
Hex EC 13 10 0 5C 5D 7 1 57 31
Octal 354 23 20 0 134 135 7 1 127 61
Binary 11101100 10011 10000 0 1011100 1011101 111 1 1010111 110001

Color Harmonies of #EC1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1310

Black with #EC1310

Text Example


Text Example

White with #EC1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1310; }

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

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

background-color css

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

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

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

border-color css

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

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

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