Html Css Color HEX #EC062B Torch Red

📋 copy color: '#EC062B'

red 236 ◦ green 6 ◦ blue 43

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

Shades of Torch Red #EC062B

Tints of Torch Red #EC062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 82.81%
G = 2.11%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC062B (or 0xEC062B) is known color: Torch Red. HEX triplet: EC, 06 and 2B. RGB value is (236,6,43). Sum of RGB (Red+Green+Blue) = 236+6+43=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC062B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC062B is #13F9D4. Grayscale: #4F4F4F. Windows color (decimal): -1309141 or 2819820. OLE color: 2819820.

HSL color Cylindrical-coordinate representation of color #EC062B: hue angle of 350.35º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC062B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 6 43 -
CMYK 0 0.97 0.82 0.07
HSL 350.35º 0.95% 0.47% -
HSV(B) 350.35º 0.97% 0.93% -
XYZ 35.09 18.14 3.94 -
YUV 78.99 107.7 239.99 -
System Red Green Blue C M Y K H S L
Decimal 236 6 43 0 0.97 0.82 0.07 350.35 0.95 0.47
Hex EC 6 2B 0 61 52 7 15E 5F 2F
Octal 354 6 53 0 141 122 7 536 137 57
Binary 11101100 110 101011 0 1100001 1010010 111 101011110 1011111 101111

Color Harmonies of #EC062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC062B

Black with #EC062B

Text Example


Text Example

White with #EC062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC062B; }

 p { color: rgb(236,6,43); }

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

background-color css

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

 a { background-color: rgb(236,6,43); }

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

border-color css

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

 span { border-color: rgb(236,6,43); }

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