Html Css Color HEX #EC0721 Torch Red

📋 copy color: '#EC0721'

red 236 ◦ green 7 ◦ blue 33

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

Shades of Torch Red #EC0721

Tints of Torch Red #EC0721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 85.51%
G = 2.54%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC0721 (or 0xEC0721) is known color: Torch Red. HEX triplet: EC, 07 and 21. RGB value is (236,7,33). Sum of RGB (Red+Green+Blue) = 236+7+33=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0721 is #13F8DE. Grayscale: #4E4E4E. Windows color (decimal): -1308895 or 2164716. OLE color: 2164716.

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

Color convert

RGB 236 7 33 -
CMYK 0 0.97 0.86 0.07
HSL 353.19º 0.94% 0.48% -
HSV(B) 353.19º 0.97% 0.93% -
XYZ 34.94 18.09 3.09 -
YUV 78.44 102.37 240.39 -
System Red Green Blue C M Y K H S L
Decimal 236 7 33 0 0.97 0.86 0.07 353.19 0.94 0.48
Hex EC 7 21 0 61 56 7 161 5E 30
Octal 354 7 41 0 141 126 7 541 136 60
Binary 11101100 111 100001 0 1100001 1010110 111 101100001 1011110 110000

Color Harmonies of #EC0721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0721

Black with #EC0721

Text Example


Text Example

White with #EC0721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0721; }

 p { color: rgb(236,7,33); }

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

background-color css

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

 a { background-color: rgb(236,7,33); }

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

border-color css

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

 span { border-color: rgb(236,7,33); }

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