Html Css Color HEX #EC0219 Torch Red

📋 copy color: '#EC0219'

red 236 ◦ green 2 ◦ blue 25

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

Shades of Torch Red #EC0219

Tints of Torch Red #EC0219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 89.73%
G = 0.76%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC0219 (or 0xEC0219) is known color: Torch Red. HEX triplet: EC, 02 and 19. RGB value is (236,2,25). Sum of RGB (Red+Green+Blue) = 236+2+25=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0219 is #13FDE6. Grayscale: #4A4A4A. Windows color (decimal): -1310183 or 1639148. OLE color: 1639148.

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

Color convert

RGB 236 2 25 -
CMYK 0 0.99 0.89 0.07
HSL 354.1º 0.98% 0.47% -
HSV(B) 354.1º 0.99% 0.93% -
XYZ 34.79 17.95 2.55 -
YUV 74.59 100.02 243.13 -
System Red Green Blue C M Y K H S L
Decimal 236 2 25 0 0.99 0.89 0.07 354.1 0.98 0.47
Hex EC 2 19 0 63 59 7 162 62 2F
Octal 354 2 31 0 143 131 7 542 142 57
Binary 11101100 10 11001 0 1100011 1011001 111 101100010 1100010 101111

Color Harmonies of #EC0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0219

Black with #EC0219

Text Example


Text Example

White with #EC0219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0219; }

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

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

background-color css

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

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

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

border-color css

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

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

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