Html Css Color HEX #EC120A Red

📋 copy color: '#EC120A'

red 236 ◦ green 18 ◦ blue 10

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

Shades of Red #EC120A

Tints of Red #EC120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 89.39%
G = 6.82%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC120A (or 0xEC120A) is known color: Red. HEX triplet: EC, 12 and 0A. RGB value is (236,18,10). Sum of RGB (Red+Green+Blue) = 236+18+10=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC120A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC120A is #13EDF5. Grayscale: #525252. Windows color (decimal): -1306102 or 660204. OLE color: 660204.

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

Color convert

RGB 236 18 10 -
CMYK 0 0.92 0.96 0.07
HSL 2.12º 0.92% 0.48% -
HSV(B) 2.12º 0.96% 0.93% -
XYZ 34.86 18.29 1.98 -
YUV 82.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 236 18 10 0 0.92 0.96 0.07 2.12 0.92 0.48
Hex EC 12 A 0 5C 60 7 2 5C 30
Octal 354 22 12 0 134 140 7 2 134 60
Binary 11101100 10010 1010 0 1011100 1100000 111 10 1011100 110000

Color Harmonies of #EC120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC120A

Black with #EC120A

Text Example


Text Example

White with #EC120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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