Html Css Color HEX #EC063D Torch Red

📋 copy color: '#EC063D'

red 236 ◦ green 6 ◦ blue 61

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

Shades of Torch Red #EC063D

Tints of Torch Red #EC063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 77.89%
G = 1.98%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC063D (or 0xEC063D) is known color: Torch Red. HEX triplet: EC, 06 and 3D. RGB value is (236,6,61). Sum of RGB (Red+Green+Blue) = 236+6+61=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC063D is #13F9C2. Grayscale: #515151. Windows color (decimal): -1309123 or 3999468. OLE color: 3999468.

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

Color convert

RGB 236 6 61 -
CMYK 0 0.97 0.74 0.07
HSL 345.65º 0.95% 0.47% -
HSV(B) 345.65º 0.97% 0.93% -
XYZ 35.5 18.3 6.08 -
YUV 81.04 116.7 238.53 -
System Red Green Blue C M Y K H S L
Decimal 236 6 61 0 0.97 0.74 0.07 345.65 0.95 0.47
Hex EC 6 3D 0 61 4A 7 15A 5F 2F
Octal 354 6 75 0 141 112 7 532 137 57
Binary 11101100 110 111101 0 1100001 1001010 111 101011010 1011111 101111

Color Harmonies of #EC063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC063D

Black with #EC063D

Text Example


Text Example

White with #EC063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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