Html Css Color HEX #EC031A Torch Red

📋 copy color: '#EC031A'

red 236 ◦ green 3 ◦ blue 26

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

Shades of Torch Red #EC031A

Tints of Torch Red #EC031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 89.06%
G = 1.13%
B = 9.81%

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

#EC031A (or 0xEC031A) is known color: Torch Red. HEX triplet: EC, 03 and 1A. RGB value is (236,3,26). Sum of RGB (Red+Green+Blue) = 236+3+26=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC031A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC031A is #13FCE5. Grayscale: #4B4B4B. Windows color (decimal): -1309926 or 1704940. OLE color: 1704940.

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

Color convert

RGB 236 3 26 -
CMYK 0 0.99 0.89 0.07
HSL 354.08º 0.97% 0.47% -
HSV(B) 354.08º 0.99% 0.93% -
XYZ 34.81 17.97 2.61 -
YUV 75.29 100.19 242.63 -
System Red Green Blue C M Y K H S L
Decimal 236 3 26 0 0.99 0.89 0.07 354.08 0.97 0.47
Hex EC 3 1A 0 63 59 7 162 61 2F
Octal 354 3 32 0 143 131 7 542 141 57
Binary 11101100 11 11010 0 1100011 1011001 111 101100010 1100001 101111

Color Harmonies of #EC031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC031A

Black with #EC031A

Text Example


Text Example

White with #EC031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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