Html Css Color HEX #EC0122 Torch Red

📋 copy color: '#EC0122'

red 236 ◦ green 1 ◦ blue 34

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

Shades of Torch Red #EC0122

Tints of Torch Red #EC0122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 87.08%
G = 0.37%
B = 12.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0122 (or 0xEC0122) is known color: Torch Red. HEX triplet: EC, 01 and 22. RGB value is (236,1,34). Sum of RGB (Red+Green+Blue) = 236+1+34=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0122 is #13FEDD. Grayscale: #4B4B4B. Windows color (decimal): -1310430 or 2228716. OLE color: 2228716.

HSL color Cylindrical-coordinate representation of color #EC0122: hue angle of 351.57º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0122 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 34 -
CMYK 0 1.00 0.86 0.07
HSL 351.57º 0.99% 0.46% -
HSV(B) 351.57º 1% 0.93% -
XYZ 34.89 17.97 3.14 -
YUV 75.03 104.86 242.82 -
System Red Green Blue C M Y K H S L
Decimal 236 1 34 0 1.00 0.86 0.07 351.57 0.99 0.46
Hex EC 1 22 0 64 56 7 160 63 2E
Octal 354 1 42 0 144 126 7 540 143 56
Binary 11101100 1 100010 0 1100100 1010110 111 101100000 1100011 101110

Color Harmonies of #EC0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0122

Black with #EC0122

Text Example


Text Example

White with #EC0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0122; }

 p { color: rgb(236,1,34); }

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

background-color css

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

 a { background-color: rgb(236,1,34); }

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

border-color css

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

 span { border-color: rgb(236,1,34); }

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