Html Css Color HEX #EC022B Torch Red

📋 copy color: '#EC022B'

red 236 ◦ green 2 ◦ blue 43

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

Shades of Torch Red #EC022B

Tints of Torch Red #EC022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 83.99%
G = 0.71%
B = 15.3%

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

#EC022B (or 0xEC022B) is known color: Torch Red. HEX triplet: EC, 02 and 2B. RGB value is (236,2,43). Sum of RGB (Red+Green+Blue) = 236+2+43=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC022B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC022B is #13FDD4. Grayscale: #4C4C4C. Windows color (decimal): -1310165 or 2818796. OLE color: 2818796.

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

Color convert

RGB 236 2 43 -
CMYK 0 0.99 0.82 0.07
HSL 349.49º 0.98% 0.47% -
HSV(B) 349.49º 0.99% 0.93% -
XYZ 35.05 18.05 3.92 -
YUV 76.64 109.02 241.67 -
System Red Green Blue C M Y K H S L
Decimal 236 2 43 0 0.99 0.82 0.07 349.49 0.98 0.47
Hex EC 2 2B 0 63 52 7 15D 62 2F
Octal 354 2 53 0 143 122 7 535 142 57
Binary 11101100 10 101011 0 1100011 1010010 111 101011101 1100010 101111

Color Harmonies of #EC022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC022B

Black with #EC022B

Text Example


Text Example

White with #EC022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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