Html Css Color HEX #EC0332 Torch Red

📋 copy color: '#EC0332'

red 236 ◦ green 3 ◦ blue 50

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

Shades of Torch Red #EC0332

Tints of Torch Red #EC0332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 81.66%
G = 1.04%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC0332 (or 0xEC0332) is known color: Torch Red. HEX triplet: EC, 03 and 32. RGB value is (236,3,50). Sum of RGB (Red+Green+Blue) = 236+3+50=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0332 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0332 is #13FCCD. Grayscale: #4E4E4E. Windows color (decimal): -1309902 or 3277804. OLE color: 3277804.

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

Color convert

RGB 236 3 50 -
CMYK 0 0.99 0.79 0.07
HSL 347.9º 0.97% 0.47% -
HSV(B) 347.9º 0.99% 0.93% -
XYZ 35.2 18.13 4.66 -
YUV 78.03 112.19 240.68 -
System Red Green Blue C M Y K H S L
Decimal 236 3 50 0 0.99 0.79 0.07 347.9 0.97 0.47
Hex EC 3 32 0 63 4F 7 15C 61 2F
Octal 354 3 62 0 143 117 7 534 141 57
Binary 11101100 11 110010 0 1100011 1001111 111 101011100 1100001 101111

Color Harmonies of #EC0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0332

Black with #EC0332

Text Example


Text Example

White with #EC0332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0332; }

 p { color: rgb(236,3,50); }

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

background-color css

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

 a { background-color: rgb(236,3,50); }

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

border-color css

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

 span { border-color: rgb(236,3,50); }

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