Html Css Color HEX #EC120C Red

📋 copy color: '#EC120C'

red 236 ◦ green 18 ◦ blue 12

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

Shades of Red #EC120C

Tints of Red #EC120C

RGB

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

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

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

R = 88.72%
G = 6.77%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC120C (or 0xEC120C) is known color: Red. HEX triplet: EC, 12 and 0C. RGB value is (236,18,12). Sum of RGB (Red+Green+Blue) = 236+18+12=266 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.72% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 236 - color contains mainly: red. Hex color #EC120C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC120C is #13EDF3. Grayscale: #525252. Windows color (decimal): -1306100 or 791276. OLE color: 791276.

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

Color convert

RGB 236 18 12 -
CMYK 0 0.92 0.95 0.07
HSL 1.61º 0.9% 0.49% -
HSV(B) 1.61º 0.95% 0.93% -
XYZ 34.87 18.29 2.04 -
YUV 82.5 88.22 237.49 -
System Red Green Blue C M Y K H S L
Decimal 236 18 12 0 0.92 0.95 0.07 1.61 0.9 0.49
Hex EC 12 C 0 5C 5F 7 2 5A 31
Octal 354 22 14 0 134 137 7 2 132 61
Binary 11101100 10010 1100 0 1011100 1011111 111 10 1011010 110001

Color Harmonies of #EC120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC120C

Black with #EC120C

Text Example


Text Example

White with #EC120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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