Html Css Color HEX #EC021B Torch Red

📋 copy color: '#EC021B'

red 236 ◦ green 2 ◦ blue 27

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

Shades of Torch Red #EC021B

Tints of Torch Red #EC021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 89.06%
G = 0.75%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC021B (or 0xEC021B) is known color: Torch Red. HEX triplet: EC, 02 and 1B. RGB value is (236,2,27). Sum of RGB (Red+Green+Blue) = 236+2+27=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC021B is #13FDE4. Grayscale: #4A4A4A. Windows color (decimal): -1310181 or 1770220. OLE color: 1770220.

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

Color convert

RGB 236 2 27 -
CMYK 0 0.99 0.89 0.07
HSL 353.59º 0.98% 0.47% -
HSV(B) 353.59º 0.99% 0.93% -
XYZ 34.81 17.96 2.67 -
YUV 74.82 101.02 242.97 -
System Red Green Blue C M Y K H S L
Decimal 236 2 27 0 0.99 0.89 0.07 353.59 0.98 0.47
Hex EC 2 1B 0 63 59 7 162 62 2F
Octal 354 2 33 0 143 131 7 542 142 57
Binary 11101100 10 11011 0 1100011 1011001 111 101100010 1100010 101111

Color Harmonies of #EC021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC021B

Black with #EC021B

Text Example


Text Example

White with #EC021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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