Html Css Color HEX #EC063A Torch Red

📋 copy color: '#EC063A'

red 236 ◦ green 6 ◦ blue 58

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

Shades of Torch Red #EC063A

Tints of Torch Red #EC063A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 78.67%
G = 2%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC063A (or 0xEC063A) is known color: Torch Red. HEX triplet: EC, 06 and 3A. RGB value is (236,6,58). Sum of RGB (Red+Green+Blue) = 236+6+58=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC063A is #13F9C5. Grayscale: #505050. Windows color (decimal): -1309126 or 3802860. OLE color: 3802860.

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

Color convert

RGB 236 6 58 -
CMYK 0 0.97 0.75 0.07
HSL 346.43º 0.95% 0.47% -
HSV(B) 346.43º 0.97% 0.93% -
XYZ 35.42 18.27 5.66 -
YUV 80.7 115.2 238.77 -
System Red Green Blue C M Y K H S L
Decimal 236 6 58 0 0.97 0.75 0.07 346.43 0.95 0.47
Hex EC 6 3A 0 61 4B 7 15A 5F 2F
Octal 354 6 72 0 141 113 7 532 137 57
Binary 11101100 110 111010 0 1100001 1001011 111 101011010 1011111 101111

Color Harmonies of #EC063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC063A

Black with #EC063A

Text Example


Text Example

White with #EC063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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