Html Css Color HEX #EC0621 Torch Red

📋 copy color: '#EC0621'

red 236 ◦ green 6 ◦ blue 33

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

Shades of Torch Red #EC0621

Tints of Torch Red #EC0621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

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

R = 85.82%
G = 2.18%
B = 12%

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

#EC0621 (or 0xEC0621) is known color: Torch Red. HEX triplet: EC, 06 and 21. RGB value is (236,6,33). Sum of RGB (Red+Green+Blue) = 236+6+33=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0621 is #13F9DE. Grayscale: #4D4D4D. Windows color (decimal): -1309151 or 2164460. OLE color: 2164460.

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

Color convert

RGB 236 6 33 -
CMYK 0 0.97 0.86 0.07
HSL 352.96º 0.95% 0.47% -
HSV(B) 352.96º 0.97% 0.93% -
XYZ 34.93 18.07 3.09 -
YUV 77.85 102.7 240.8 -
System Red Green Blue C M Y K H S L
Decimal 236 6 33 0 0.97 0.86 0.07 352.96 0.95 0.47
Hex EC 6 21 0 61 56 7 161 5F 2F
Octal 354 6 41 0 141 126 7 541 137 57
Binary 11101100 110 100001 0 1100001 1010110 111 101100001 1011111 101111

Color Harmonies of #EC0621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0621

Black with #EC0621

Text Example


Text Example

White with #EC0621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0621; }

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

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

background-color css

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

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

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

border-color css

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

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

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