Html Css Color HEX #EC032A Torch Red

📋 copy color: '#EC032A'

red 236 ◦ green 3 ◦ blue 42

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

Shades of Torch Red #EC032A

Tints of Torch Red #EC032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 83.99%
G = 1.07%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC032A (or 0xEC032A) is known color: Torch Red. HEX triplet: EC, 03 and 2A. RGB value is (236,3,42). Sum of RGB (Red+Green+Blue) = 236+3+42=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC032A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC032A is #13FCD5. Grayscale: #4D4D4D. Windows color (decimal): -1309910 or 2753516. OLE color: 2753516.

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

Color convert

RGB 236 3 42 -
CMYK 0 0.99 0.82 0.07
HSL 349.96º 0.97% 0.47% -
HSV(B) 349.96º 0.99% 0.93% -
XYZ 35.04 18.07 3.83 -
YUV 77.11 108.19 241.33 -
System Red Green Blue C M Y K H S L
Decimal 236 3 42 0 0.99 0.82 0.07 349.96 0.97 0.47
Hex EC 3 2A 0 63 52 7 15E 61 2F
Octal 354 3 52 0 143 122 7 536 141 57
Binary 11101100 11 101010 0 1100011 1010010 111 101011110 1100001 101111

Color Harmonies of #EC032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC032A

Black with #EC032A

Text Example


Text Example

White with #EC032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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