Html Css Color HEX #EC0239 Torch Red

📋 copy color: '#EC0239'

red 236 ◦ green 2 ◦ blue 57

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

Shades of Torch Red #EC0239

Tints of Torch Red #EC0239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 80%
G = 0.68%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC0239 (or 0xEC0239) is known color: Torch Red. HEX triplet: EC, 02 and 39. RGB value is (236,2,57). Sum of RGB (Red+Green+Blue) = 236+2+57=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0239 is #13FDC6. Grayscale: #4E4E4E. Windows color (decimal): -1310151 or 3736300. OLE color: 3736300.

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

Color convert

RGB 236 2 57 -
CMYK 0 0.99 0.76 0.07
HSL 345.9º 0.98% 0.47% -
HSV(B) 345.9º 0.99% 0.93% -
XYZ 35.35 18.17 5.52 -
YUV 78.24 116.02 240.53 -
System Red Green Blue C M Y K H S L
Decimal 236 2 57 0 0.99 0.76 0.07 345.9 0.98 0.47
Hex EC 2 39 0 63 4C 7 15A 62 2F
Octal 354 2 71 0 143 114 7 532 142 57
Binary 11101100 10 111001 0 1100011 1001100 111 101011010 1100010 101111

Color Harmonies of #EC0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0239

Black with #EC0239

Text Example


Text Example

White with #EC0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0239; }

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

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

background-color css

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

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

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

border-color css

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

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

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