Html Css Color HEX #EC022A Torch Red

📋 copy color: '#EC022A'

red 236 ◦ green 2 ◦ blue 42

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

Shades of Torch Red #EC022A

Tints of Torch Red #EC022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 84.29%
G = 0.71%
B = 15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC022A (or 0xEC022A) is known color: Torch Red. HEX triplet: EC, 02 and 2A. RGB value is (236,2,42). Sum of RGB (Red+Green+Blue) = 236+2+42=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC022A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC022A is #13FDD5. Grayscale: #4C4C4C. Windows color (decimal): -1310166 or 2753260. OLE color: 2753260.

HSL color Cylindrical-coordinate representation of color #EC022A: hue angle of 349.74º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC022A is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 42 -
CMYK 0 0.99 0.82 0.07
HSL 349.74º 0.98% 0.47% -
HSV(B) 349.74º 0.99% 0.93% -
XYZ 35.03 18.04 3.83 -
YUV 76.53 108.52 241.75 -
System Red Green Blue C M Y K H S L
Decimal 236 2 42 0 0.99 0.82 0.07 349.74 0.98 0.47
Hex EC 2 2A 0 63 52 7 15E 62 2F
Octal 354 2 52 0 143 122 7 536 142 57
Binary 11101100 10 101010 0 1100011 1010010 111 101011110 1100010 101111

Color Harmonies of #EC022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC022A

Black with #EC022A

Text Example


Text Example

White with #EC022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC022A; }

 p { color: rgb(236,2,42); }

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

background-color css

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

 a { background-color: rgb(236,2,42); }

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

border-color css

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

 span { border-color: rgb(236,2,42); }

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