Html Css Color HEX #EC0E30 Torch Red

📋 copy color: '#EC0E30'

red 236 ◦ green 14 ◦ blue 48

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

Shades of Torch Red #EC0E30

Tints of Torch Red #EC0E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.7%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 79.19%
G = 4.7%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC0E30 (or 0xEC0E30) is known color: Torch Red. HEX triplet: EC, 0E and 30. RGB value is (236,14,48). Sum of RGB (Red+Green+Blue) = 236+14+48=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0E30 is #13F1CF. Grayscale: #545454. Windows color (decimal): -1307088 or 3149548. OLE color: 3149548.

HSL color Cylindrical-coordinate representation of color #EC0E30: hue angle of 350.81º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0E30 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 14 48 -
CMYK 0 0.94 0.80 0.07
HSL 350.81º 0.89% 0.49% -
HSV(B) 350.81º 0.94% 0.93% -
XYZ 35.28 18.36 4.48 -
YUV 84.25 107.55 236.24 -
System Red Green Blue C M Y K H S L
Decimal 236 14 48 0 0.94 0.80 0.07 350.81 0.89 0.49
Hex EC E 30 0 5E 50 7 15F 59 31
Octal 354 16 60 0 136 120 7 537 131 61
Binary 11101100 1110 110000 0 1011110 1010000 111 101011111 1011001 110001

Color Harmonies of #EC0E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0E30

Black with #EC0E30

Text Example


Text Example

White with #EC0E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0E30; }

 p { color: rgb(236,14,48); }

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

background-color css

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

 a { background-color: rgb(236,14,48); }

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

border-color css

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

 span { border-color: rgb(236,14,48); }

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