Html Css Color HEX #EC0232 Torch Red

📋 copy color: '#EC0232'

red 236 ◦ green 2 ◦ blue 50

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

Shades of Torch Red #EC0232

Tints of Torch Red #EC0232

RGB

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

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

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

R = 81.94%
G = 0.69%
B = 17.36%

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

#EC0232 (or 0xEC0232) is known color: Torch Red. HEX triplet: EC, 02 and 32. RGB value is (236,2,50). Sum of RGB (Red+Green+Blue) = 236+2+50=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0232 is #13FDCD. Grayscale: #4D4D4D. Windows color (decimal): -1310158 or 3277548. OLE color: 3277548.

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

Color convert

RGB 236 2 50 -
CMYK 0 0.99 0.79 0.07
HSL 347.69º 0.98% 0.47% -
HSV(B) 347.69º 0.99% 0.93% -
XYZ 35.19 18.11 4.66 -
YUV 77.44 112.52 241.1 -
System Red Green Blue C M Y K H S L
Decimal 236 2 50 0 0.99 0.79 0.07 347.69 0.98 0.47
Hex EC 2 32 0 63 4F 7 15C 62 2F
Octal 354 2 62 0 143 117 7 534 142 57
Binary 11101100 10 110010 0 1100011 1001111 111 101011100 1100010 101111

Color Harmonies of #EC0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0232

Black with #EC0232

Text Example


Text Example

White with #EC0232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0232; }

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

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

background-color css

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

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

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

border-color css

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

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

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